mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-09 04:10:18 +09:00
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:
@@ -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>;
|
||||
|
||||
Reference in New Issue
Block a user