mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 19:30:30 +09:00
ARM: dts: rockchip: rv1106: add support acodec node
Signed-off-by: Jason Zhu <jason.zhu@rock-chips.com> Signed-off-by: Xing Zheng <zhengxing@rock-chips.com> Change-Id: I262d2d075ee163067ab59c3cd211e7ac093aa41b
This commit is contained in:
@@ -686,6 +686,20 @@
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
acodec: acodec@ff480000 {
|
||||
compatible = "rockchip,rv1106-codec";
|
||||
reg = <0xff480000 0x1000>;
|
||||
rockchip,grf = <&grf>;
|
||||
clocks = <&cru PCLK_ACODEC>,
|
||||
<&cru MCLK_ACODEC_TX>,
|
||||
<&cru MCLK_I2S0_8CH_TX>;
|
||||
clock-names = "pclk_acodec", "mclk_acodec", "mclk_cpu";
|
||||
resets = <&cru SRST_P_ACODEC>;
|
||||
reset-names = "acodec-reset";
|
||||
acodec,micbias;
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
pwm8: pwm@ff490000 {
|
||||
compatible = "rockchip,rv1106-pwm", "rockchip,rk3328-pwm";
|
||||
reg = <0xff490000 0x10>;
|
||||
|
||||
Reference in New Issue
Block a user