ramips: fix whitespace and comment issues in dts
[openwrt/openwrt.git] / target / linux / ramips / dts / NIXCORE.dtsi
1 #include "rt5350.dtsi"
2
3 #include <dt-bindings/gpio/gpio.h>
4
5 / {
6 compatible = "nixcore,x1", "ralink,rt5350-soc";
7
8 chosen {
9 bootargs = "console=ttyS1,57600";
10 };
11
12 gpio-export {
13 compatible = "gpio-export";
14 #size-cells = <0>;
15
16 gpio0 {
17 gpio-export,name = "gpio0";
18 gpio-export,direction_may_change = <1>;
19 gpios = <&gpio0 0 GPIO_ACTIVE_HIGH>;
20 };
21
22 gpio1 {
23 gpio-export,name = "gpio1";
24 gpio-export,direction_may_change = <1>;
25 gpios = <&gpio1 0 GPIO_ACTIVE_HIGH>;
26 };
27
28 /* GPIOs 1-6 are I2C,SPI */
29 /* GPIO 7-14 are uart1 */
30 /* GPIOs 15 & 16 are uart2 */
31 /* JTAG */
32
33 gpio17 {
34 /* JTAG_TDO */
35 gpio-export,name = "gpio17";
36 gpio-export,direction_may_change = <1>;
37 gpios = <&gpio0 17 GPIO_ACTIVE_HIGH>;
38 };
39
40 gpio18 {
41 /* JTAG_TDI */
42 gpio-export,name = "gpio18";
43 gpio-export,direction_may_change = <1>;
44 gpios = <&gpio0 18 GPIO_ACTIVE_HIGH>;
45 };
46
47 gpio19 {
48 /* JTAG_TMS */
49 gpio-export,name = "gpio19";
50 gpio-export,direction_may_change = <1>;
51 gpios = <&gpio0 19 GPIO_ACTIVE_HIGH>;
52 };
53
54 gpio20 {
55 /* JTAG_TCLK */
56 gpio-export,name = "gpio20";
57 gpio-export,direction_may_change = <1>;
58 gpios = <&gpio0 20 GPIO_ACTIVE_HIGH>;
59 };
60
61 gpio21 {
62 /* JTAG_TRST_N */
63 gpio-export,name = "gpio21";
64 gpio-export,direction_may_change = <1>;
65 gpios = <&gpio0 21 GPIO_ACTIVE_HIGH>;
66 };
67
68 /* ETH LEDs */
69 /*
70 gpio22 {
71 gpio-export,name = "gpio22";
72 gpio-export,direction_may_change = <1>;
73 gpios = <&gpio1 0 GPIO_ACTIVE_HIGH>;
74 };
75
76 gpio23 {
77 gpio-export,name = "gpio23";
78 gpio-export,direction_may_change = <1>;
79 gpios = <&gpio1 1 GPIO_ACTIVE_HIGH>;
80 };
81
82 gpio24 {
83 gpio-export,name = "gpio24";
84 gpio-export,direction_may_change = <1>;
85 gpios = <&gpio1 2 GPIO_ACTIVE_HIGH>;
86 };
87
88 gpio25 {
89 gpio-export,name = "gpio25";
90 gpio-export,direction_may_change = <1>;
91 gpios = <&gpio1 3 GPIO_ACTIVE_HIGH>;
92 };
93
94 */
95 gpio26 {
96 /* ETH4_LED */
97 gpio-export,name = "gpio26";
98 gpio-export,direction_may_change = <1>;
99 gpios = <&gpio1 4 GPIO_ACTIVE_HIGH>;
100 };
101
102 gpio27 {
103 /* spi_cs1 */
104 gpio-export,name = "gpio27";
105 gpio-export,direction_may_change = <1>;
106 gpios = <&gpio1 5 GPIO_ACTIVE_HIGH>;
107 };
108 };
109 };
110
111 &gpio0 {
112 status = "okay";
113 };
114
115 &gpio1 {
116 status = "okay";
117 };
118
119 &i2c {
120 status = "okay";
121 };
122
123 &uart {
124 status = "okay";
125 reset-names = "gpio uartf";
126 };
127
128 &pinctrl {
129 state_default: pinctrl0 {
130 gpio {
131 ralink,group = "jtag", "led", "spi_cs1";
132 ralink,function = "gpio";
133 };
134 };
135 };
136
137 &ethernet {
138 mtd-mac-address = <&factory 0x4>;
139 };
140
141 &esw {
142 mediatek,portmap = <0x17>;
143 };
144
145 &wmac {
146 ralink,mtd-eeprom = <&factory 0>;
147 };
148
149 &ehci {
150 status = "okay";
151 };
152
153 &ohci {
154 status = "okay";
155 };