lantiq: move dts-v1 statement to top-level DTSI files
[openwrt/staging/mkresin.git] / target / linux / lantiq / files-5.4 / arch / mips / boot / dts / lantiq / falcon_lantiq_easy88444.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 FTTdp G.FAST Reference Board";
8 compatible = "lantiq,easy88444", "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 keys {
20 compatible = "gpio-keys";
21 reset {
22 label = "reset";
23 gpios = <&gpio0 1 GPIO_ACTIVE_LOW>;
24 linux,code = <0x198>;
25 };
26 };
27
28 pinctrl {
29 led_pins: led-pins {
30 lantiq,pins = "io34", "io35", "io37";
31 lantiq,function = "gpio";
32 };
33 };
34
35 leds {
36 compatible = "gpio-leds";
37 pinctrl-names = "default";
38 pinctrl-0 = <&led_pins &bootled_pins>;
39
40 GPON {
41 label = "easy88444:green:gpon";
42 gpios = <&gpio0 11 GPIO_ACTIVE_HIGH>;
43 };
44 TEST {
45 label = "easy88444:green:test";
46 gpios = <&gpio0 14 GPIO_ACTIVE_HIGH>;
47 };
48 STATUS {
49 label = "easy88444:green:status";
50 gpios = <&gpio1 5 GPIO_ACTIVE_HIGH>;
51 };
52
53 GFAST1 {
54 label = "easy88444:gfast:1";
55 gpios = <&gpio0 12 GPIO_ACTIVE_HIGH>;
56 };
57 GFAST2 {
58 label = "easy88444:gfast:2";
59 gpios = <&gpio0 13 GPIO_ACTIVE_HIGH>;
60 };
61 GFAST3 {
62 label = "easy88444:gfast:3";
63 gpios = <&gpio1 2 GPIO_ACTIVE_HIGH>;
64 };
65 GFAST4 {
66 label = "easy88444:gfast:4";
67 gpios = <&gpio1 3 GPIO_ACTIVE_HIGH>;
68 };
69 };
70 };
71