treewide: fix some cosmetic glitches in dts files
[openwrt/openwrt.git] / target / linux / lantiq / files-4.14 / arch / mips / boot / dts / EASY88444.dts
1 /dts-v1/;
2
3 #include <dt-bindings/gpio/gpio.h>
4 #include "falcon.dtsi"
5 #include "falcon-sflash-16M.dtsi"
6
7 / {
8 model = "Lantiq Falcon FTTdp G.FAST Reference Board";
9 compatible = "lantiq,easy88444", "lantiq,falcon";
10
11 aliases {
12 spi0 = &ebu_cs0;
13 };
14
15 memory@0 {
16 device_type = "memory";
17 reg = <0x0 0x4000000>; // 64M at 0x0
18 };
19
20 gpio-keys {
21 compatible = "gpio-keys";
22 reset {
23 label = "reset";
24 gpios = <&gpio0 1 GPIO_ACTIVE_LOW>;
25 linux,code = <0x198>;
26 };
27 };
28
29 pinctrl {
30 led_pins: led-pins {
31 lantiq,pins = "io34", "io35", "io37";
32 lantiq,function = "gpio";
33 };
34 };
35
36 easy88444-leds {
37 compatible = "gpio-leds";
38 pinctrl-names = "default";
39 pinctrl-0 = <&led_pins &bootled_pins>;
40
41 GPON {
42 label = "easy88444:green:gpon";
43 gpios = <&gpio0 11 GPIO_ACTIVE_HIGH>;
44 default-state = "off";
45 };
46 TEST {
47 label = "easy88444:green:test";
48 gpios = <&gpio0 14 GPIO_ACTIVE_HIGH>;
49 default-state = "off";
50 };
51 STATUS {
52 label = "easy88444:green:status";
53 gpios = <&gpio1 5 GPIO_ACTIVE_HIGH>;
54 default-state = "off";
55 };
56
57 GFAST1 {
58 label = "easy88444:gfast:1";
59 gpios = <&gpio0 12 GPIO_ACTIVE_HIGH>;
60 default-state = "off";
61 };
62 GFAST2 {
63 label = "easy88444:gfast:2";
64 gpios = <&gpio0 13 GPIO_ACTIVE_HIGH>;
65 default-state = "off";
66 };
67 GFAST3 {
68 label = "easy88444:gfast:3";
69 gpios = <&gpio1 2 GPIO_ACTIVE_HIGH>;
70 default-state = "off";
71 };
72 GFAST4 {
73 label = "easy88444:gfast:4";
74 gpios = <&gpio1 3 GPIO_ACTIVE_HIGH>;
75 default-state = "off";
76 };
77 };
78 };
79