mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-09 12:17:12 +09:00
ARM: dts: rv1126: Add Audio PWM device node
Change-Id: I5b2ded64e875e70ceab7ac8f93293e20a218c816 Signed-off-by: Sugar Zhang <sugar.zhang@rock-chips.com>
This commit is contained in:
@@ -981,6 +981,20 @@
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
audpwm: audpwm@ff840000 {
|
||||
compatible = "rockchip,rv1126-audio-pwm", "rockchip,audio-pwm-v1";
|
||||
reg = <0xff840000 0x1000>;
|
||||
clocks = <&cru SCLK_AUDPWM>, <&cru HCLK_AUDPWM>;
|
||||
clock-names = "clk", "hclk";
|
||||
dmas = <&dmac 26>;
|
||||
dma-names = "tx";
|
||||
pinctrl-names = "default";
|
||||
pinctrl-0 = <&audpwmm0_pins>;
|
||||
rockchip,sample-width-bits = <11>;
|
||||
rockchip,interpolat-points = <1>;
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
dfi: dfi@ff9c0000 {
|
||||
reg = <0xff9c0000 0x400>;
|
||||
compatible = "rockchip,rv1126-dfi";
|
||||
|
||||
Reference in New Issue
Block a user