]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
ARM: STi: DT: STiH407: Add uniperif reader dt nodes
authorPeter Griffin <peter.griffin@linaro.org>
Mon, 5 Sep 2016 13:16:00 +0000 (15:16 +0200)
committerPatrice Chotard <patrice.chotard@st.com>
Wed, 14 Sep 2016 11:37:23 +0000 (13:37 +0200)
This patch adds the DT node for the uniperif reader
IP block found on STiH407 family silicon.

Signed-off-by: Arnaud Pouliquen <arnaud.pouliquen@st.com>
Signed-off-by: Peter Griffin <peter.griffin@linaro.org>
arch/arm/boot/dts/stih407-family.dtsi

index ea47e1602e0a535e8c3d1bfbc860d4c19c63d921..55cb99f3f95440d59c92183d2e3b151e20532344 100644 (file)
 
                        status = "disabled";
                };
+
+               sti_uni_reader0: sti-uni-reader@8d83000 {
+                       compatible = "st,sti-uni-reader";
+                       #sound-dai-cells = <0>;
+                       st,syscfg = <&syscfg_core>;
+                       reg = <0x8d83000 0x158>;
+                       interrupts = <GIC_SPI 87 IRQ_TYPE_NONE>;
+                       dmas = <&fdma0 5 0 1>;
+                       dma-names = "rx";
+                       dai-name = "Uni Reader #0 (PCM IN)";
+                       st,version = <3>;
+
+                       status = "disabled";
+               };
+
+               sti_uni_reader1: sti-uni-reader@8d84000 {
+                       compatible = "st,sti-uni-reader";
+                       #sound-dai-cells = <0>;
+                       st,syscfg = <&syscfg_core>;
+                       reg = <0x8d84000 0x158>;
+                       interrupts = <GIC_SPI 88 IRQ_TYPE_NONE>;
+                       dmas = <&fdma0 6 0 1>;
+                       dma-names = "rx";
+                       dai-name = "Uni Reader #1 (HDMI RX)";
+                       st,version = <3>;
+
+                       status = "disabled";
+               };
        };
 };