aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/bcm63xx/dts/bcm6328-sercomm-ad1018.dts
blob: e2c2e07d29014aec18be435ff02b11abcc8092eb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
// SPDX-License-Identifier: GPL-2.0-or-later

/dts-v1/;

#include "bcm6328.dtsi"

#include <dt-bindings/input/input.h>

/ {
	model = "Sercomm AD1018";
	compatible = "sercomm,ad1018", "brcm,bcm6328";

	aliases {
		led-boot = &led_power_green;
		led-failsafe = &led_power_green;
		led-running = &led_power_green;
		led-upgrade = &led_power_green;
	};

	chosen {
		bootargs = "rootfstype=squashfs,jffs2 noinitrd console=ttyS0,115200";
		stdout-path = "serial0:115200n8";
	};

	keys {
		compatible = "gpio-keys-polled";
		#address-cells = <1>;
		#size-cells = <0>;
		poll-interval = <20>;

		wps {
			label = "wps";
			gpios = <&pinctrl 24 1>;
			linux,code = <KEY_WPS_BUTTON>;
			debounce-interval = <60>;
		};

		wifi {
			label = "wifi";
			gpios = <&pinctrl 25 1>;
			linux,code = <KEY_WLAN>;
			debounce-interval = <60>;
		};

		reset {
			label = "reset";
			gpios = <&pinctrl 31 1>;
			linux,code = <KEY_RESTART>;
			debounce-interval = <60>;
		};
	};
};

&leds {
	status = "okay";

	pinctrl-names = "default";
	pinctrl-0 = <&pinctrl_leds &pinctrl_serial_led
		     &pinctrl_ephy0_spd_led &pinctrl_ephy1_act_led
		     &pinctrl_ephy2_act_led &pinctrl_ephy3_act_led>;

	brcm,serial-leds;
	brcm,serial-shift-inv;
	brcm,serial-dat-low;

	led@0 {
		reg = <0>;
		active-low;
		label = "ad1018:red:internet";
	};

	led@1 {
		reg = <1>;
		active-low;
		label = "ad1018:green:internet";
	};

	led_power_green: led@8 {
		reg = <8>;
		active-low;
		label = "ad1018:green:power";
		default-state = "on";
	};

	led@10 {
		reg = <10>;
		active-low;
		label = "ad1018:green:adsl";
	};

	led@11 {
		reg = <11>;
		active-low;
		label = "ad1018:red:adsl";
	};

	led@12 {
		reg = <12>;
		active-low;
		label = "ad1018:green:phone";
	};

	led@13 {
		reg = <13>;
		active-low;
		label = "ad1018:green:wps";
	};

	led@14 {
		reg = <14>;
		active-low;
		label = "ad1018:green:wifi";
	};

	led@15 {
		reg = <15>;
		active-low;
		label = "ad1018:green:usb";
	};

	led@17 {
		/* EPHY0 Spd */
		reg = <17>;
		brcm,hardware-controlled;
	};
};

&nflash {
	status = "okay";

	nandcs@0 {
		compatible = "brcm,nandcs";
		#size-cells = <1>;
		#address-cells = <1>;
		reg = <0>;
		nand-ecc-step-size = <512>;
		nand-ecc-strength = <15>;
		nand-on-flash-bbt;
		brcm,nand-oob-sector-size = <64>;

		partitions {
			compatible = "fixed-partitions";
			#address-cells = <1>;
			#size-cells = <1>;

			partition@0 {
				label = "cferom";
				reg = <0x0000000 0x0020000>;
				read-only;
			};

			partition@20000 {
				label = "mmap";
				reg = <0x0020000 0x00a0000>;
				read-only;
			};

			partition@c0000 {
				label = "cferam1";
				reg = <0x00c0000 0x0140000>;
				read-only;
			};

			partition@200000 {
				label = "cferam2";
				reg = <0x0200000 0x0140000>;
				read-only;
			};

			partition@340000 {
				label = "serial";
				reg = <0x0340000 0x00a0000>;
				read-only;
			};

			partition@3e0000 {
				label = "protect";
				reg = <0x03e0000 0x0140000>;
				read-only;
			};

			partition@6920000 {
				label = "bootflag1";
				reg = <0x6920000 0x0140000>;
			};

			partition@6a60000 {
				label = "bootflag2";
				reg = <0x6a60000 0x0140000>;
			};

			partition@520000 {
				compatible = "sercomm,wfi";
				label = "wfi";
				reg = <0x0520000 0x6400000>;
			};

			partition@6ba0000 {
				label = "xml_cfg";
				reg = <0x6ba0000 0x0280000>;
				read-only;
			};

			partition@6e20000 {
				label = "app_dat";
				reg = <0x6e20000 0x0280000>;
				read-only;
			};
		};
	};
};

&pinctrl {
	pinctrl_leds: leds {
		function = "led";
		pins = "gpio0", "gpio1";
	};
};

&uart0 {
	status = "okay";
};