bafa4746e53d8917d33b1f91d49670c6321fa404
[openwrt/staging/wigyori.git] / target / linux / ramips / dts / BROADWAY.dts
1 /dts-v1/;
2
3 /include/ "rt3050.dtsi"
4
5 / {
6 compatible = "BROADWAY", "ralink,rt3052-soc";
7 model = "Hauppauge Broadway";
8
9 memorydetect {
10 ralink,memory = <0x0 0x200000 0x4000000>;
11 };
12
13 palmbus@10000000 {
14 sysc@0 {
15 ralink,pinmux = "i2c", "spi", "uartlite", "jtag", "mdio", "sdram", "rgmii";
16 ralink,uartmux = "gpio";
17 ralink,wdtmux = <1>;
18 };
19
20 gpio0: gpio@600 {
21 status = "okay";
22 };
23
24 };
25
26 cfi@1f000000 {
27 compatible = "cfi-flash";
28 reg = <0x1f000000 0x800000>;
29
30 bank-width = <2>;
31 device-width = <2>;
32 #address-cells = <1>;
33 #size-cells = <1>;
34
35 partition@0 {
36 label = "bootloader";
37 reg = <0x0 0x30000>;
38 read-only;
39 };
40
41 partition@30000 {
42 label = "config";
43 reg = <0x30000 0x10000>;
44 read-only;
45 };
46
47 factory: partition@40000 {
48 label = "factory";
49 reg = <0x40000 0x10000>;
50 read-only;
51 };
52
53 partition@50000 {
54 label = "firmware";
55 reg = <0x50000 0x790000>;
56 };
57 };
58
59 ethernet@10100000 {
60 status = "okay";
61 };
62
63 esw@10110000 {
64 status = "okay";
65 ralink,portmap = <0x3e>;
66 };
67
68 gpio-leds {
69 compatible = "gpio-leds";
70 diskmounted {
71 label = "red:diskmounted";
72 gpios = <&gpio0 9 1>;
73 };
74 wps_active {
75 label = "red:wps_active";
76 gpios = <&gpio0 14 1>;
77 };
78 };
79
80 gpio-keys-polled {
81 compatible = "gpio-keys-polled";
82 #address-cells = <1>;
83 #size-cells = <0>;
84 poll-interval = <20>;
85 factory {
86 label = "Factory Reset button";
87 gpios = <&gpio0 13 1>;
88 linux,code = <0x198>;
89 };
90 };
91
92 wmac@10180000 {
93 status = "okay";
94 };
95
96 otg@101c0000 {
97 status = "okay";
98 };
99 };