1d459c445349379774fe17fb25b8576e723d0f09
[openwrt/openwrt.git] / target / linux / lantiq / dts / FALCON-MDU.dts
1 /dts-v1/;
2
3 #include <dt-bindings/gpio/gpio.h>
4
5 #include "falcon.dtsi"
6 #include "falcon-sflash-16M.dtsi"
7
8 / {
9 model = "MDU - Lantiq Falcon / Vinax MDU Board";
10 compatible = "lantiq,falcon-mdu", "lantiq,falcon";
11
12 chosen {
13 bootargs-append = "console=ttyLTQ0,115200 init=/etc/preinit";
14 };
15
16 aliases {
17 spi0 = &ebu_cs0;
18 };
19
20 memory@0 {
21 device_type = "memory";
22 reg = <0x0 0x4000000>; // 64M at 0x0
23 };
24
25 mdu-leds {
26 compatible = "gpio-leds";
27 pinctrl-names = "default";
28 pinctrl-0 = <&bootled_pins>;
29
30 LED_0 {
31 label = "mdu:green:gpon";
32 gpios = <&gpio0 9 GPIO_ACTIVE_HIGH>;
33 default-state = "keep";
34 };
35 LED_1 {
36 label = "mdu:green:status";
37 gpios = <&gpio0 10 GPIO_ACTIVE_HIGH>;
38 default-state = "keep";
39 };
40 LED_2 {
41 label = "mdu:green:2";
42 gpios = <&gpio0 11 GPIO_ACTIVE_HIGH>;
43 default-state = "keep";
44 };
45 LED_3 {
46 label = "mdu:green:3";
47 gpios = <&gpio0 12 GPIO_ACTIVE_HIGH>;
48 default-state = "keep";
49 };
50 LED_4 {
51 label = "mdu:green:4";
52 gpios = <&gpio0 13 GPIO_ACTIVE_HIGH>;
53 default-state = "keep";
54 };
55 };
56 };
57