arm64: dts: rockchip: add nandc node for RK356X

Signed-off-by: Yifeng Zhao <yifeng.zhao@rock-chips.com>
Change-Id: I7fb512eb1c1a281c4d891f73380e05ae1ca73b5a
This commit is contained in:
Yifeng Zhao
2020-10-09 14:38:08 +08:00
committed by Tao Huang
parent 83c7532f4f
commit 2de6a66ea8

View File

@@ -447,6 +447,16 @@
reg = <0x0 0xfe1a8100 0x0 0x20>;
};
nandc0: nandc@fe330000 {
compatible = "rockchip,rk-nandc";
reg = <0x0 0xfe330000 0x0 0x4000>;
interrupts = <GIC_SPI 70 IRQ_TYPE_LEVEL_HIGH>;
nandc_id = <0>;
clocks = <&cru NCLK_NANDC>, <&cru HCLK_NANDC>;
clock-names = "clk_nandc", "hclk_nandc";
status = "disabled";
};
dmac0: dmac@fe530000 {
compatible = "arm,pl330", "arm,primecell";
reg = <0x0 0xfe530000 0x0 0x4000>;