lantiq: falcon: remove bootargs-append
[oweals/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 = "FALCON-MDU - Lantiq Falcon / Vinax MDU Board";
10         compatible = "lantiq,falcon-mdu", "lantiq,falcon";
11
12         aliases {
13                 spi0 = &ebu_cs0;
14         };
15
16         memory@0 {
17                 device_type = "memory";
18                 reg = <0x0 0x4000000>;  // 64M at 0x0
19         };
20
21         mdu-leds {
22                 compatible = "gpio-leds";
23                 pinctrl-names = "default";
24                 pinctrl-0 = <&bootled_pins>;
25
26                 LED_0 {
27                         label = "mdu:green:gpon";
28                         gpios = <&gpio0 9 GPIO_ACTIVE_HIGH>;
29                         default-state = "keep";
30                 };
31                 LED_1 {
32                         label = "mdu:green:status";
33                         gpios = <&gpio0 10 GPIO_ACTIVE_HIGH>;
34                         default-state = "keep";
35                 };
36                 LED_2 {
37                         label = "mdu:green:2";
38                         gpios = <&gpio0 11 GPIO_ACTIVE_HIGH>;
39                         default-state = "keep";
40                 };
41                 LED_3 {
42                         label = "mdu:green:3";
43                         gpios = <&gpio0 12 GPIO_ACTIVE_HIGH>;
44                         default-state = "keep";
45                 };
46                 LED_4 {
47                         label = "mdu:green:4";
48                         gpios = <&gpio0 13 GPIO_ACTIVE_HIGH>;
49                         default-state = "keep";
50                 };
51         };
52 };
53