diff options
author | Jean-Christophe Trotin <jean-christophe.trotin@st.com> | 2016-07-25 03:57:30 -0400 |
---|---|---|
committer | Patrice Chotard <patrice.chotard@st.com> | 2016-09-09 03:37:39 -0400 |
commit | 390aafe324e930a640deae6c2e029f7a79650df8 (patch) | |
tree | c6a5a0cb5d15cfa1a165fcab3fbf79e007b7264a /arch/arm/boot | |
parent | bbfd09d95466833f58ee487fd67be0ce7276be93 (diff) |
ARM: dts: STiH410: Add hva dt nodes
Add the hva (multi-format video encoder for STMicroelectronics SoC)
dt nodes for the hva device, defining register address, interrupt
and clock.
Signed-off-by: Jean-Christophe TROTIN <jean-christophe.trotin@st.com>
Diffstat (limited to 'arch/arm/boot')
-rw-r--r-- | arch/arm/boot/dts/stih410.dtsi | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/stih410.dtsi b/arch/arm/boot/dts/stih410.dtsi index 7590721e9e97..6850f5861dc3 100644 --- a/arch/arm/boot/dts/stih410.dtsi +++ b/arch/arm/boot/dts/stih410.dtsi | |||
@@ -228,6 +228,16 @@ | |||
228 | clocks = <&clk_s_c0_flexgen CLK_IC_BDISP_0>; | 228 | clocks = <&clk_s_c0_flexgen CLK_IC_BDISP_0>; |
229 | }; | 229 | }; |
230 | 230 | ||
231 | hva@8c85000 { | ||
232 | compatible = "st,st-hva"; | ||
233 | reg = <0x8c85000 0x400>, <0x6000000 0x40000>; | ||
234 | reg-names = "hva_registers", "hva_esram"; | ||
235 | interrupts = <GIC_SPI 58 IRQ_TYPE_NONE>, | ||
236 | <GIC_SPI 59 IRQ_TYPE_NONE>; | ||
237 | clock-names = "clk_hva"; | ||
238 | clocks = <&clk_s_c0_flexgen CLK_HVA>; | ||
239 | }; | ||
240 | |||
231 | thermal@91a0000 { | 241 | thermal@91a0000 { |
232 | compatible = "st,stih407-thermal"; | 242 | compatible = "st,stih407-thermal"; |
233 | reg = <0x91a0000 0x28>; | 243 | reg = <0x91a0000 0x28>; |