ramips/mt7621: Name DTS files based on scheme
[oweals/openwrt.git] / target / linux / ramips / dts / HC5661A.dts
1 /dts-v1/;
2
3 #include "mt7628an.dtsi"
4
5 #include <dt-bindings/gpio/gpio.h>
6 #include <dt-bindings/input/input.h>
7
8 / {
9         compatible = "hiwifi,hc5661a", "mediatek,mt7628an-soc";
10         model = "HiWiFi HC5661A";
11
12         aliases {
13                 led-boot = &led_system;
14                 led-failsafe = &led_system;
15                 led-running = &led_system;
16                 led-upgrade = &led_system;
17         };
18
19         chosen {
20                 bootargs = "console=ttyS0,115200";
21         };
22
23         memory@0 {
24                 device_type = "memory";
25                 reg = <0x0 0x8000000>;
26         };
27
28         leds {
29                 compatible = "gpio-leds";
30
31                 led_system: system {
32                         label = "hc5661a:blue:system";
33                         gpios = <&gpio1 5 GPIO_ACTIVE_HIGH>;
34                 };
35                 internet {
36                         label = "hc5661a:blue:internet";
37                         gpios = <&gpio0 1 GPIO_ACTIVE_HIGH>;
38                 };
39                 wlan2g {
40                         label = "hc5661a:blue:wlan2g";
41                         gpios = <&gpio1 12 GPIO_ACTIVE_HIGH>;
42                 };
43         };
44
45         keys {
46                 compatible = "gpio-keys-polled";
47                 poll-interval = <20>;
48
49                 reset {
50                         label = "reset";
51                         gpios = <&gpio1 6 GPIO_ACTIVE_LOW>;
52                         linux,code = <KEY_RESTART>;
53                 };
54         };
55 };
56
57 &pinctrl {
58         state_default: pinctrl0 {
59                 gpio {
60                         ralink,group = "i2c", "refclk", "wled_an";
61                         ralink,function = "gpio";
62                 };
63         };
64 };
65
66 &spi0 {
67         status = "okay";
68
69         m25p80@0 {
70                 compatible = "jedec,spi-nor";
71                 reg = <0>;
72                 linux,modalias = "m25p80", "w25q128";
73                 spi-max-frequency = <10000000>;
74
75                 partitions {
76                         compatible = "fixed-partitions";
77                         #address-cells = <1>;
78                         #size-cells = <1>;
79
80                         partition@0 {
81                                 label = "u-boot";
82                                 reg = <0x0 0x30000>;
83                                 read-only;
84                         };
85
86                         partition@30000 {
87                                 label = "hw_panic";
88                                 reg = <0x30000 0x10000>;
89                                 read-only;
90                         };
91
92                         factory: partition@40000 {
93                                 label = "factory";
94                                 reg = <0x40000 0x10000>;
95                                 read-only;
96                         };
97
98                         partition@50000 {
99                                 compatible = "denx,uimage";
100                                 label = "firmware";
101                                 reg = <0x50000 0xf70000>;
102                         };
103
104                         partition@fc0000 {
105                                 label = "oem";
106                                 reg = <0xfc0000 0x20000>;
107                                 read-only;
108                         };
109
110                         bdinfo: partition@fe0000 {
111                                 label = "bdinfo";
112                                 reg = <0xfe0000 0x10000>;
113                                 read-only;
114                         };
115
116                         partition@ff0000 {
117                                 label = "backup";
118                                 reg = <0xff0000 0x10000>;
119                                 read-only;
120                         };
121                 };
122         };
123 };
124
125 &ethernet {
126         mtd-mac-address = <&factory 0x4>;
127         mediatek,portmap = "wllll";
128 };
129
130 &wmac {
131         status = "okay";
132 };