diff options
Diffstat (limited to 'arch/arm/boot/dts/stih416-b2020e.dts')
-rw-r--r-- | arch/arm/boot/dts/stih416-b2020e.dts | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/stih416-b2020e.dts b/arch/arm/boot/dts/stih416-b2020e.dts new file mode 100644 index 000000000000..ba0fa2caaf18 --- /dev/null +++ b/arch/arm/boot/dts/stih416-b2020e.dts | |||
@@ -0,0 +1,35 @@ | |||
1 | /* | ||
2 | * Copyright (C) 2014 STMicroelectronics (R&D) Limited. | ||
3 | * Author: Lee Jones <lee.jones@linaro.org> | ||
4 | * | ||
5 | * This program is free software; you can redistribute it and/or modify | ||
6 | * it under the terms of the GNU General Public License version 2 as | ||
7 | * publishhed by the Free Software Foundation. | ||
8 | */ | ||
9 | /dts-v1/; | ||
10 | #include "stih416.dtsi" | ||
11 | #include "stih41x-b2020.dtsi" | ||
12 | / { | ||
13 | model = "STiH416 B2020 REV-E"; | ||
14 | compatible = "st,stih416-b2020", "st,stih416"; | ||
15 | |||
16 | soc { | ||
17 | leds { | ||
18 | compatible = "gpio-leds"; | ||
19 | red { | ||
20 | #gpio-cells = <1>; | ||
21 | label = "Front Panel LED"; | ||
22 | gpios = <&PIO4 1>; | ||
23 | linux,default-trigger = "heartbeat"; | ||
24 | }; | ||
25 | green { | ||
26 | gpios = <&PIO1 3>; | ||
27 | default-state = "off"; | ||
28 | }; | ||
29 | }; | ||
30 | |||
31 | ethernet1: dwmac@fef08000 { | ||
32 | snps,reset-gpio = <&PIO0 7>; | ||
33 | }; | ||
34 | }; | ||
35 | }; | ||