Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit fc982e0b authored by Sugar Zhang's avatar Sugar Zhang Committed by Heiko Stuebner
Browse files

arm64: dts: rockchip: add rk3328 spdif node



This patch add the spdif dt node for rk3328.

Signed-off-by: default avatarSugar Zhang <sugar.zhang@rock-chips.com>
Signed-off-by: default avatarHeiko Stuebner <heiko@sntech.de>
parent 0328d68e
Loading
Loading
Loading
Loading
+13 −0
Original line number Diff line number Diff line
@@ -156,6 +156,19 @@
		clock-output-names = "xin24m";
	};

	spdif: spdif@ff030000 {
		compatible = "rockchip,rk3328-spdif";
		reg = <0x0 0xff030000 0x0 0x1000>;
		interrupts = <GIC_SPI 29 IRQ_TYPE_LEVEL_HIGH>;
		clocks = <&cru SCLK_SPDIF>, <&cru HCLK_SPDIF_8CH>;
		clock-names = "mclk", "hclk";
		dmas = <&dmac 10>;
		dma-names = "tx";
		pinctrl-names = "default";
		pinctrl-0 = <&spdifm2_tx>;
		status = "disabled";
	};

	grf: syscon@ff100000 {
		compatible = "rockchip,rk3328-grf", "syscon", "simple-mfd";
		reg = <0x0 0xff100000 0x0 0x1000>;