diff options
author | Maxime Coquelin <maxime.coquelin@st.com> | 2014-02-27 13:17:27 +0100 |
---|---|---|
committer | Maxime Coquelin <maxime.coquelin@st.com> | 2014-05-17 10:22:30 +0200 |
commit | c6594025c0f8cea2ba089444a359495bd0ea3e6f (patch) | |
tree | 4e9e9d33765a9193f5bf98b84c43fc139340b8c7 /Documentation/devicetree/bindings/arm/sti.txt | |
parent | c9eaa447e77efe77b7fa4c953bd62de8297fd6c5 (diff) |
ARM: STi: Add STiH407 SoC support
This patch adds support to STiH407 SoC.
Acked-by: Giuseppe Cavallaro <peppe.cavallaro@st.com>
Signed-off-by: Giuseppe Cavallaro <peppe.cavallaro@st.com>
Signed-off-by: Maxime Coquelin <maxime.coquelin@st.com>
Diffstat (limited to 'Documentation/devicetree/bindings/arm/sti.txt')
-rw-r--r-- | Documentation/devicetree/bindings/arm/sti.txt | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/arm/sti.txt b/Documentation/devicetree/bindings/arm/sti.txt new file mode 100644 index 00000000000..92f16c78bb6 --- /dev/null +++ b/Documentation/devicetree/bindings/arm/sti.txt @@ -0,0 +1,15 @@ +ST STi Platforms Device Tree Bindings +--------------------------------------- + +Boards with the ST STiH415 SoC shall have the following properties: +Required root node property: +compatible = "st,stih415"; + +Boards with the ST STiH416 SoC shall have the following properties: +Required root node property: +compatible = "st,stih416"; + +Boards with the ST STiH407 SoC shall have the following properties: +Required root node property: +compatible = "st,stih407"; + |