We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f874271 commit d244d6cCopy full SHA for d244d6c
arch/arm/boot/dts/rockchip/rk3128.dtsi
@@ -411,6 +411,20 @@
411
status = "disabled";
412
};
413
414
+ spdif: spdif@10204000 {
415
+ compatible = "rockchip,rk3128-spdif", "rockchip,rk3066-spdif";
416
+ reg = <0x10204000 0x1000>;
417
+ interrupts = <GIC_SPI 55 IRQ_TYPE_LEVEL_HIGH>;
418
+ clocks = <&cru SCLK_SPDIF>, <&cru HCLK_SPDIF>;
419
+ clock-names = "mclk", "hclk";
420
+ dmas = <&pdma 13>;
421
+ dma-names = "tx";
422
+ pinctrl-names = "default";
423
+ pinctrl-0 = <&spdif_tx>;
424
+ #sound-dai-cells = <0>;
425
+ status = "disabled";
426
+ };
427
+
428
sdmmc: mmc@10214000 {
429
compatible = "rockchip,rk3128-dw-mshc", "rockchip,rk3288-dw-mshc";
430
reg = <0x10214000 0x4000>;
0 commit comments