mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 19:30:30 +09:00
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:
@@ -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>;
|
||||
|
||||
Reference in New Issue
Block a user