We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0923ce commit e4da1c3Copy full SHA for e4da1c3
arch/arm/boot/dts/rk3288.dtsi
@@ -1199,6 +1199,21 @@
1199
status = "disabled";
1200
};
1201
1202
+ spdif_2ch: sound@ff880000 {
1203
+ compatible = "rockchip,rk3288-spdif", "rockchip,rk3066-spdif";
1204
+ reg = <0x0 0xff880000 0x0 0x10000>;
1205
+ #sound-dai-cells = <0>;
1206
+ clock-names = "hclk", "mclk";
1207
+ clocks = <&cru HCLK_SPDIF>, <&cru SCLK_SPDIF>;
1208
+ dmas = <&dmac_bus_s 2>;
1209
+ dma-names = "tx";
1210
+ interrupts = <GIC_SPI 54 IRQ_TYPE_LEVEL_HIGH>;
1211
+ pinctrl-names = "default";
1212
+ pinctrl-0 = <&spdif_tx>;
1213
+ rockchip,grf = <&grf>;
1214
+ status = "disabled";
1215
+ };
1216
+
1217
rng: rng@ff8a0000 {
1218
compatible = "rockchip,cryptov1-rng";
1219
reg = <0x0 0xff8a0000 0x0 0x4000>;
0 commit comments