Lines Matching +full:rk3308 +full:- +full:cru
1 # SPDX-License-Identifier: GPL-2.0
3 ---
4 $id: http://devicetree.org/schemas/sound/rockchip-spdif.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
15 - Heiko Stuebner <heiko@sntech.de>
20 - const: rockchip,rk3066-spdif
21 - const: rockchip,rk3228-spdif
22 - const: rockchip,rk3328-spdif
23 - const: rockchip,rk3366-spdif
24 - const: rockchip,rk3368-spdif
25 - const: rockchip,rk3399-spdif
26 - const: rockchip,rk3568-spdif
27 - items:
28 - enum:
29 - rockchip,rk3188-spdif
30 - rockchip,rk3288-spdif
31 - rockchip,rk3308-spdif
32 - const: rockchip,rk3066-spdif
42 - description: clock for SPDIF bus
43 - description: clock for SPDIF controller
45 clock-names:
47 - const: mclk
48 - const: hclk
53 dma-names:
56 power-domains:
65 "#sound-dai-cells":
69 - compatible
70 - reg
71 - interrupts
72 - clocks
73 - clock-names
74 - dmas
75 - dma-names
76 - "#sound-dai-cells"
82 const: rockchip,rk3288-spdif
86 - rockchip,grf
91 - |
92 #include <dt-bindings/clock/rk3188-cru.h>
93 #include <dt-bindings/interrupt-controller/arm-gic.h>
95 compatible = "rockchip,rk3188-spdif", "rockchip,rk3066-spdif";
98 clocks = <&cru SCLK_SPDIF>, <&cru HCLK_SPDIF>;
99 clock-names = "mclk", "hclk";
101 dma-names = "tx";
102 #sound-dai-cells = <0>;