mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 11:50:43 +09:00
arm64: dts: rockchip: rk3308: add spdif_tx node
Change-Id: I1dbca8538362665bca0d56e7142b743a8b44a956 Signed-off-by: Sugar Zhang <sugar.zhang@rock-chips.com>
This commit is contained in:
@@ -720,6 +720,19 @@
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
spdif_tx: spdif-tx@ff3a0000 {
|
||||
compatible = "rockchip,rk3308-spdif", "rockchip,rk3328-spdif";
|
||||
reg = <0x0 0xff3a0000 0x0 0x1000>;
|
||||
interrupts = <GIC_SPI 55 IRQ_TYPE_LEVEL_HIGH>;
|
||||
clocks = <&cru SCLK_SPDIF_TX>, <&cru HCLK_SPDIFTX>;
|
||||
clock-names = "mclk", "hclk";
|
||||
dmas = <&dmac1 13>;
|
||||
dma-names = "tx";
|
||||
pinctrl-names = "default";
|
||||
pinctrl-0 = <&spdif_out>;
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
vad: vad@ff3c0000 {
|
||||
compatible = "rockchip,rk3308-vad", "rockchip,vad";
|
||||
reg = <0x0 0xff3c0000 0x0 0x10000>, <0x0 0xfff88000 0x0 0x38000>;
|
||||
@@ -1397,6 +1410,13 @@
|
||||
};
|
||||
};
|
||||
|
||||
spdif_out {
|
||||
spdif_out: spdif-out {
|
||||
rockchip,pins =
|
||||
<0 RK_PC1 RK_FUNC_1 &pcfg_pull_none>;
|
||||
};
|
||||
};
|
||||
|
||||
tsadc {
|
||||
tsadc_otp_gpio: tsadc-otp-gpio {
|
||||
rockchip,pins =
|
||||
|
||||
Reference in New Issue
Block a user