diff options
Diffstat (limited to 'arch/arm/boot/dts/stih416-b2020e.dts')
-rw-r--r-- | arch/arm/boot/dts/stih416-b2020e.dts | 26 |
1 files changed, 23 insertions, 3 deletions
diff --git a/arch/arm/boot/dts/stih416-b2020e.dts b/arch/arm/boot/dts/stih416-b2020e.dts index ba0fa2caaf18..961799e1dc51 100644 --- a/arch/arm/boot/dts/stih416-b2020e.dts +++ b/arch/arm/boot/dts/stih416-b2020e.dts | |||
@@ -19,17 +19,37 @@ | |||
19 | red { | 19 | red { |
20 | #gpio-cells = <1>; | 20 | #gpio-cells = <1>; |
21 | label = "Front Panel LED"; | 21 | label = "Front Panel LED"; |
22 | gpios = <&PIO4 1>; | 22 | gpios = <&pio4 1>; |
23 | linux,default-trigger = "heartbeat"; | 23 | linux,default-trigger = "heartbeat"; |
24 | }; | 24 | }; |
25 | green { | 25 | green { |
26 | gpios = <&PIO1 3>; | 26 | gpios = <&pio1 3>; |
27 | default-state = "off"; | 27 | default-state = "off"; |
28 | }; | 28 | }; |
29 | }; | 29 | }; |
30 | 30 | ||
31 | ethernet1: dwmac@fef08000 { | 31 | ethernet1: dwmac@fef08000 { |
32 | snps,reset-gpio = <&PIO0 7>; | 32 | snps,reset-gpio = <&pio0 7>; |
33 | }; | ||
34 | |||
35 | mmc1: sdhci@fe81f000 { | ||
36 | status = "okay"; | ||
37 | bus-width = <8>; | ||
38 | non-removable; | ||
39 | }; | ||
40 | |||
41 | miphy365x_phy: phy@fe382000 { | ||
42 | phy_port0: port@fe382000 { | ||
43 | st,sata-gen = <3>; | ||
44 | }; | ||
45 | |||
46 | phy_port1: port@fe38a000 { | ||
47 | st,pcie-tx-pol-inv; | ||
48 | }; | ||
49 | }; | ||
50 | |||
51 | sata0: sata@fe380000{ | ||
52 | status = "okay"; | ||
33 | }; | 53 | }; |
34 | }; | 54 | }; |
35 | }; | 55 | }; |