mirror of
https://github.com/torvalds/linux.git
synced 2024-12-25 12:21:37 +00:00
ARM: STi: DT: STiH407: Add uniperif player dt nodes
This patch adds the DT nodes for the uniperif player IP blocks found on STiH407 family silicon. Signed-off-by: Arnaud Pouliquen <arnaud.pouliquen@st.com> Signed-off-by: Peter Griffin <peter.griffin@linaro.org>
This commit is contained in:
parent
9cf807f602
commit
271739b6d8
@ -884,5 +884,85 @@
|
||||
status = "disabled";
|
||||
st,syscfg = <&syscfg_core>;
|
||||
};
|
||||
|
||||
sti_uni_player0: sti-uni-player@8d80000 {
|
||||
compatible = "st,sti-uni-player";
|
||||
#sound-dai-cells = <0>;
|
||||
st,syscfg = <&syscfg_core>;
|
||||
clocks = <&clk_s_d0_flexgen CLK_PCM_0>;
|
||||
assigned-clocks = <&clk_s_d0_quadfs 0>, <&clk_s_d0_flexgen CLK_PCM_0>;
|
||||
assigned-clock-parents = <0>, <&clk_s_d0_quadfs 0>;
|
||||
assigned-clock-rates = <50000000>;
|
||||
reg = <0x8d80000 0x158>;
|
||||
interrupts = <GIC_SPI 84 IRQ_TYPE_NONE>;
|
||||
dmas = <&fdma0 2 0 1>;
|
||||
dai-name = "Uni Player #0 (HDMI)";
|
||||
dma-names = "tx";
|
||||
st,uniperiph-id = <0>;
|
||||
st,version = <5>;
|
||||
st,mode = "HDMI";
|
||||
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
sti_uni_player1: sti-uni-player@8d81000 {
|
||||
compatible = "st,sti-uni-player";
|
||||
#sound-dai-cells = <0>;
|
||||
st,syscfg = <&syscfg_core>;
|
||||
clocks = <&clk_s_d0_flexgen CLK_PCM_1>;
|
||||
assigned-clocks = <&clk_s_d0_quadfs 1>, <&clk_s_d0_flexgen CLK_PCM_1>;
|
||||
assigned-clock-parents = <0>, <&clk_s_d0_quadfs 1>;
|
||||
assigned-clock-rates = <50000000>;
|
||||
reg = <0x8d81000 0x158>;
|
||||
interrupts = <GIC_SPI 85 IRQ_TYPE_NONE>;
|
||||
dmas = <&fdma0 3 0 1>;
|
||||
dai-name = "Uni Player #1 (PIO)";
|
||||
dma-names = "tx";
|
||||
st,uniperiph-id = <1>;
|
||||
st,version = <5>;
|
||||
st,mode = "PCM";
|
||||
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
sti_uni_player2: sti-uni-player@8d82000 {
|
||||
compatible = "st,sti-uni-player";
|
||||
#sound-dai-cells = <0>;
|
||||
st,syscfg = <&syscfg_core>;
|
||||
clocks = <&clk_s_d0_flexgen CLK_PCM_2>;
|
||||
assigned-clocks = <&clk_s_d0_quadfs 2>, <&clk_s_d0_flexgen CLK_PCM_2>;
|
||||
assigned-clock-parents = <0>, <&clk_s_d0_quadfs 2>;
|
||||
assigned-clock-rates = <50000000>;
|
||||
reg = <0x8d82000 0x158>;
|
||||
interrupts = <GIC_SPI 86 IRQ_TYPE_NONE>;
|
||||
dmas = <&fdma0 4 0 1>;
|
||||
dai-name = "Uni Player #1 (DAC)";
|
||||
dma-names = "tx";
|
||||
st,uniperiph-id = <2>;
|
||||
st,version = <5>;
|
||||
st,mode = "PCM";
|
||||
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
sti_uni_player3: sti-uni-player@8d85000 {
|
||||
compatible = "st,sti-uni-player";
|
||||
#sound-dai-cells = <0>;
|
||||
st,syscfg = <&syscfg_core>;
|
||||
clocks = <&clk_s_d0_flexgen CLK_SPDIFF>;
|
||||
assigned-clocks = <&clk_s_d0_quadfs 3>, <&clk_s_d0_flexgen CLK_SPDIFF>;
|
||||
assigned-clock-parents = <0>, <&clk_s_d0_quadfs 3>;
|
||||
assigned-clock-rates = <50000000>;
|
||||
reg = <0x8d85000 0x158>;
|
||||
interrupts = <GIC_SPI 89 IRQ_TYPE_NONE>;
|
||||
dmas = <&fdma0 7 0 1>;
|
||||
dma-names = "tx";
|
||||
dai-name = "Uni Player #1 (PIO)";
|
||||
st,uniperiph-id = <3>;
|
||||
st,version = <5>;
|
||||
st,mode = "SPDIF";
|
||||
|
||||
status = "disabled";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user