1 // SPDX-License-Identifier: (GPL-2.0 OR MIT)
3 * Device Tree file for Google Chromecast
5 * Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
10 #include "berlin2cd.dtsi"
11 #include <dt-bindings/gpio/gpio.h>
14 model = "Google Chromecast";
15 compatible = "google,chromecast", "marvell,berlin2cd", "marvell,berlin";
18 bootargs = "earlyprintk";
19 stdout-path = "serial0:115200n8";
23 device_type = "memory";
26 * We're using "linux,usable-memory" instead of "reg" here
27 * because the (signed and encrypted) bootloader that shipped
28 * with this device provides an incorrect memory range in
29 * ATAG_MEM. Linux helpfully overrides the "reg" property with
30 * data from the ATAG, so we can't specify the proper range
31 * normally. Fortunately, this alternate property is checked
32 * first by the OF driver, so we can (ab)use it instead.
34 linux,usable-memory = <0x00000000 0x20000000>; /* 512 MB */
38 compatible = "pwm-leds";
39 pinctrl-0 = <&ledpwm_pmux>;
40 pinctrl-names = "default";
44 pwms = <&pwm 0 600000 0>;
45 max-brightness = <255>;
46 linux,default-trigger = "default-on";
51 pwms = <&pwm 1 600000 0>;
52 max-brightness = <255>;
58 * AzureWave AW-NH387 (Marvell 88W8787)
59 * 802.11b/g/n + Bluetooth 2.1
66 &uart0 { status = "okay"; };
68 &usb_phy1 { status = "okay"; };
70 &usb1 { status = "okay"; };
73 ledpwm_pmux: ledpwm-pmux {