arm64: dts: rockchip: Add acodec node for rk3308

Change-Id: I76f4a877711d33620bdef295e9047bdba26d4da4
Signed-off-by: Xing Zheng <zhengxing@rock-chips.com>
This commit is contained in:
Xing Zheng
2018-03-11 11:39:18 +08:00
committed by Tao Huang
parent 56961708dd
commit 103450b92e

View File

@@ -664,6 +664,18 @@
#reset-cells = <1>;
};
acodec: acodec@ff560000 {
compatible = "rockchip,rk3308-codec";
reg = <0x0 0xff560000 0x0 0x10000>;
rockchip,grf = <&grf>;
clocks = <&cru PCLK_ACODEC>;
clock-names = "acodec";
resets = <&cru SRST_ACODEC_P>;
reset-names = "acodec-reset";
spk_ctl-gpios = <&gpio0 RK_PA5 GPIO_ACTIVE_HIGH>;
status = "disabled";
};
gic: interrupt-controller@ff580000 {
compatible = "arm,gic-400";
#interrupt-cells = <3>;