86eaf093290a0f72d35a95c0f563860a7861e213
[openwrt/staging/robimarko.git] / target / linux / lantiq / files / arch / mips / boot / dts / lantiq / falcon_lantiq_falcon-mdu.dts
1 #include "falcon.dtsi"
2 #include "falcon_sflash-16m.dtsi"
3
4 #include <dt-bindings/gpio/gpio.h>
5
6 / {
7 model = "Lantiq Falcon / Vinax MDU Board";
8 compatible = "lantiq,falcon-mdu", "lantiq,falcon";
9
10 aliases {
11 spi0 = &ebu_cs0;
12 };
13
14 memory@0 {
15 device_type = "memory";
16 reg = <0x0 0x4000000>; // 64M at 0x0
17 };
18
19 leds {
20 compatible = "gpio-leds";
21 pinctrl-names = "default";
22 pinctrl-0 = <&bootled_pins>;
23
24 LED_0 {
25 label = "green:gpon";
26 gpios = <&gpio0 9 GPIO_ACTIVE_HIGH>;
27 default-state = "keep";
28 };
29 LED_1 {
30 function = LED_FUNCTION_STATUS;
31 color = <LED_COLOR_ID_GREEN>;
32 gpios = <&gpio0 10 GPIO_ACTIVE_HIGH>;
33 default-state = "keep";
34 };
35 LED_2 {
36 label = "green:2";
37 gpios = <&gpio0 11 GPIO_ACTIVE_HIGH>;
38 default-state = "keep";
39 };
40 LED_3 {
41 label = "green:3";
42 gpios = <&gpio0 12 GPIO_ACTIVE_HIGH>;
43 default-state = "keep";
44 };
45 LED_4 {
46 label = "green:4";
47 gpios = <&gpio0 13 GPIO_ACTIVE_HIGH>;
48 default-state = "keep";
49 };
50 };
51 };
52 #include <dt-bindings/leds/common.h>
53
54