提交 79c5f0e5 编写于 作者: S Samuel Holland 提交者: Heiko Stuebner

arm64: dts: rockchip: Add pdm node to rk356x

rk356x contains a PDM microphone controller which is compatible with the
existing rockchip,pdm binding. Add its node.
Signed-off-by: NSamuel Holland <samuel@sholland.org>
Link: https://lore.kernel.org/r/20220130053803.43660-2-samuel@sholland.orgSigned-off-by: NHeiko Stuebner <heiko@sntech.de>
上级 a7c90132
......@@ -770,6 +770,27 @@
status = "disabled";
};
pdm: pdm@fe440000 {
compatible = "rockchip,rk3568-pdm";
reg = <0x0 0xfe440000 0x0 0x1000>;
interrupts = <GIC_SPI 76 IRQ_TYPE_LEVEL_HIGH>;
clocks = <&cru MCLK_PDM>, <&cru HCLK_PDM>;
clock-names = "pdm_clk", "pdm_hclk";
dmas = <&dmac1 9>;
dma-names = "rx";
pinctrl-0 = <&pdmm0_clk
&pdmm0_clk1
&pdmm0_sdi0
&pdmm0_sdi1
&pdmm0_sdi2
&pdmm0_sdi3>;
pinctrl-names = "default";
resets = <&cru SRST_M_PDM>;
reset-names = "pdm-m";
#sound-dai-cells = <0>;
status = "disabled";
};
dmac0: dmac@fe530000 {
compatible = "arm,pl330", "arm,primecell";
reg = <0x0 0xfe530000 0x0 0x4000>;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册