3cc2f2cf6836ceb39604fafc50a85f768cee744e
[openwrt/staging/jow.git] / target / linux / lantiq / files / 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 = "green:gpon";
42 gpios = <&gpio0 11 GPIO_ACTIVE_HIGH>;
43 };
44 TEST {
45 label = "green:test";
46 gpios = <&gpio0 14 GPIO_ACTIVE_HIGH>;
47 };
48 STATUS {
49 function = LED_FUNCTION_STATUS;
50 color = <LED_COLOR_ID_GREEN>;
51 gpios = <&gpio1 5 GPIO_ACTIVE_HIGH>;
52 };
53
54 GFAST1 {
55 label = "gfast:1";
56 gpios = <&gpio0 12 GPIO_ACTIVE_HIGH>;
57 };
58 GFAST2 {
59 label = "gfast:2";
60 gpios = <&gpio0 13 GPIO_ACTIVE_HIGH>;
61 };
62 GFAST3 {
63 label = "gfast:3";
64 gpios = <&gpio1 2 GPIO_ACTIVE_HIGH>;
65 };
66 GFAST4 {
67 label = "gfast:4";
68 gpios = <&gpio1 3 GPIO_ACTIVE_HIGH>;
69 };
70 };
71 };
72 #include <dt-bindings/leds/common.h>
73
74