Xen: ARM: Zero reserved fields of xatp before making hypervisor call
[sfrench/cifs-2.6.git] / arch / arm / boot / dts / stih416-b2020e.dts
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 #include <dt-bindings/gpio/gpio.h>
13 / {
14         model = "STiH416 B2020 REV-E";
15         compatible = "st,stih416-b2020", "st,stih416";
16
17         soc {
18                 leds {
19                         compatible = "gpio-leds";
20                         red {
21                                 label                   = "Front Panel LED";
22                                 gpios                   = <&pio4 1 GPIO_ACTIVE_HIGH>;
23                                 linux,default-trigger   = "heartbeat";
24                         };
25                         green {
26                                 gpios                   = <&pio1 3 GPIO_ACTIVE_HIGH>;
27                                 default-state           = "off";
28                         };
29                 };
30
31                 ethernet1: dwmac@fef08000 {
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";
53                 };
54
55                 /* SAS PWM Module */
56                 pwm0: pwm@fed10000 {
57                         status          = "okay";
58                 };
59
60                 /* SBC PWM Module */
61                 pwm1: pwm@fe510000 {
62                         status          = "okay";
63                 };
64         };
65 };