OpenWrt – Blame information for rev 4
?pathlinks?
Rev | Author | Line No. | Line |
---|---|---|---|
4 | office | 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 FTTDP8 Reference Board"; |
||
9 | compatible = "lantiq,easy88388", "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", "io36", "io37", "io38", |
||
32 | "io39", "io40", "io41"; |
||
33 | lantiq,function = "gpio"; |
||
34 | }; |
||
35 | }; |
||
36 | |||
37 | easy88388-leds { |
||
38 | compatible = "gpio-leds"; |
||
39 | pinctrl-names = "default"; |
||
40 | pinctrl-0 = <&led_pins &bootled_pins>; |
||
41 | |||
42 | GPON { |
||
43 | label = "easy88388:green:gpon"; |
||
44 | gpios = <&gpio0 11 GPIO_ACTIVE_HIGH>; |
||
45 | default-state = "off"; |
||
46 | }; |
||
47 | TEST { |
||
48 | label = "easy88388:green:test"; |
||
49 | gpios = <&gpio0 14 GPIO_ACTIVE_HIGH>; |
||
50 | default-state = "off"; |
||
51 | }; |
||
52 | STATUS { |
||
53 | label = "easy88388:green:status"; |
||
54 | gpios = <&gpio1 5 GPIO_ACTIVE_HIGH>; |
||
55 | default-state = "off"; |
||
56 | }; |
||
57 | ERROR { |
||
58 | label = "easy88388:red:error"; |
||
59 | gpios = <&gpio1 6 GPIO_ACTIVE_HIGH>; |
||
60 | default-state = "off"; |
||
61 | }; |
||
62 | |||
63 | DSL1 { |
||
64 | label = "easy88388:dsl:1"; |
||
65 | gpios = <&gpio0 12 GPIO_ACTIVE_HIGH>; |
||
66 | default-state = "off"; |
||
67 | }; |
||
68 | DSL2 { |
||
69 | label = "easy88388:dsl:2"; |
||
70 | gpios = <&gpio0 13 GPIO_ACTIVE_HIGH>; |
||
71 | default-state = "off"; |
||
72 | }; |
||
73 | DSL3 { |
||
74 | label = "easy88388:dsl:3"; |
||
75 | gpios = <&gpio1 2 GPIO_ACTIVE_HIGH>; |
||
76 | default-state = "off"; |
||
77 | }; |
||
78 | DSL4 { |
||
79 | label = "easy88388:dsl:4"; |
||
80 | gpios = <&gpio1 3 GPIO_ACTIVE_HIGH>; |
||
81 | default-state = "off"; |
||
82 | }; |
||
83 | DSL5 { |
||
84 | label = "easy88388:dsl:5"; |
||
85 | gpios = <&gpio1 4 GPIO_ACTIVE_HIGH>; |
||
86 | default-state = "off"; |
||
87 | }; |
||
88 | DSL6 { |
||
89 | label = "easy88388:dsl:6"; |
||
90 | gpios = <&gpio1 7 GPIO_ACTIVE_HIGH>; |
||
91 | default-state = "off"; |
||
92 | }; |
||
93 | DSL7 { |
||
94 | label = "easy88388:dsl:7"; |
||
95 | gpios = <&gpio1 8 GPIO_ACTIVE_HIGH>; |
||
96 | default-state = "off"; |
||
97 | }; |
||
98 | DSL8 { |
||
99 | label = "easy88388:dsl:8"; |
||
100 | gpios = <&gpio1 9 GPIO_ACTIVE_HIGH>; |
||
101 | default-state = "off"; |
||
102 | }; |
||
103 | |||
104 | }; |
||
105 | }; |
||
106 |