arm64: dts: rockchip: rk3308 add nandc node

Change-Id: If46f74981d71cc325e7459e11651173632c120ea
Signed-off-by: Dingqiang Lin <jon.lin@rock-chips.com>
This commit is contained in:
Dingqiang Lin
2018-04-07 14:17:22 +08:00
committed by Tao Huang
parent c1d316d9b8
commit bc1e7f87c4

View File

@@ -1097,6 +1097,16 @@
status = "disabled";
};
nandc: nandc@ff4b0000 {
compatible = "rockchip,rk-nandc";
reg = <0x0 0xff4b0000 0x0 0x4000>;
interrupts = <GIC_SPI 81 IRQ_TYPE_LEVEL_HIGH>;
nandc_id = <0>;
clocks = <&cru SCLK_NANDC>, <&cru HCLK_NANDC>;
clock-names = "clk_nandc", "hclk_nandc";
status = "disabled";
};
cru: clock-controller@ff500000 {
compatible = "rockchip,rk3308-cru";
reg = <0x0 0xff500000 0x0 0x1000>;