diff options
author | Peter Geis <[email protected]> | 2021-10-15 13:13:01 +0200 |
---|---|---|
committer | Heiko Stuebner <[email protected]> | 2021-10-16 20:42:26 +0200 |
commit | a65e6523e6dcf1dc4ea167ab78ca6fad01f16d91 (patch) | |
tree | 5b8e3a99925a97c2137cbe5e30ce9036dbc25abf | |
parent | 98419a39d1dc276ac395c230ba2e6cf435a624b9 (diff) |
arm64: dts: rockchip: add spdif node to rk356x
This adds the spdif node to the rk356x device tree.
Signed-off-by: Peter Geis <[email protected]>
Signed-off-by: Nicolas Frattaroli <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Heiko Stuebner <[email protected]>
-rw-r--r-- | arch/arm64/boot/dts/rockchip/rk356x.dtsi | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/rockchip/rk356x.dtsi b/arch/arm64/boot/dts/rockchip/rk356x.dtsi index b721a34ffa8c..3fa444b25d83 100644 --- a/arch/arm64/boot/dts/rockchip/rk356x.dtsi +++ b/arch/arm64/boot/dts/rockchip/rk356x.dtsi @@ -608,6 +608,20 @@ status = "disabled"; }; + spdif: spdif@fe460000 { + compatible = "rockchip,rk3568-spdif"; + reg = <0x0 0xfe460000 0x0 0x1000>; + interrupts = <GIC_SPI 102 IRQ_TYPE_LEVEL_HIGH>; + clock-names = "mclk", "hclk"; + clocks = <&cru MCLK_SPDIF_8CH>, <&cru HCLK_SPDIF_8CH>; + dmas = <&dmac1 1>; + dma-names = "tx"; + pinctrl-names = "default"; + pinctrl-0 = <&spdifm0_tx>; + #sound-dai-cells = <0>; + status = "disabled"; + }; + dmac0: dmac@fe530000 { compatible = "arm,pl330", "arm,primecell"; reg = <0x0 0xfe530000 0x0 0x4000>; |