mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 11:26:02 +09:00
ARM: dts: rockchip: rv1106 add rve node
Signed-off-by: Li Huang <putin.li@rock-chips.com> Change-Id: I921a194aeeaa672ca1a6c7abcdd148773462b412
This commit is contained in:
@@ -848,6 +848,15 @@
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
rve: rve@ffad0000 {
|
||||
compatible = "rockchip,rve";
|
||||
reg = <0xffad0000 0x1000>;
|
||||
interrupts = <GIC_SPI 111 IRQ_TYPE_LEVEL_HIGH>;
|
||||
clocks = <&cru ACLK_IVE>, <&cru HCLK_IVE>;
|
||||
clock-names = "aclk_rve", "hclk_rve";
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
i2s0_8ch: i2s@ffae0000 {
|
||||
compatible = "rockchip,rv1106-i2s-tdm";
|
||||
reg = <0xffae0000 0x1000>;
|
||||
|
||||
Reference in New Issue
Block a user