dnsmasq: full: disable ipset support by default
[openwrt/staging/mkresin.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 label = "green:status";
31 gpios = <&gpio0 10 GPIO_ACTIVE_HIGH>;
32 default-state = "keep";
33 };
34 LED_2 {
35 label = "green:2";
36 gpios = <&gpio0 11 GPIO_ACTIVE_HIGH>;
37 default-state = "keep";
38 };
39 LED_3 {
40 label = "green:3";
41 gpios = <&gpio0 12 GPIO_ACTIVE_HIGH>;
42 default-state = "keep";
43 };
44 LED_4 {
45 label = "green:4";
46 gpios = <&gpio0 13 GPIO_ACTIVE_HIGH>;
47 default-state = "keep";
48 };
49 };
50 };
51