rockchip: rk3036: add NANDC node
Change-Id: I04c33d238fabeffcf470da71624009313050b904 Signed-off-by: Jon Lin <jon.lin@rock-chips.com>
This commit is contained in:
parent
2bb8d138c1
commit
eb45fc5ab7
|
|
@ -294,6 +294,16 @@
|
||||||
status = "disabled";
|
status = "disabled";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
nandc: nandc@10500000 {
|
||||||
|
compatible = "rockchip,rk-nandc";
|
||||||
|
reg = <0x10500000 0x4000>;
|
||||||
|
interrupts = <GIC_SPI 18 IRQ_TYPE_LEVEL_HIGH>;
|
||||||
|
nandc_id = <0>;
|
||||||
|
clocks = <&cru SCLK_NANDC>, <&cru HCLK_NANDC>;
|
||||||
|
clock-names = "clk_nandc", "hclk_nandc";
|
||||||
|
status = "disabled";
|
||||||
|
};
|
||||||
|
|
||||||
pinctrl: pinctrl {
|
pinctrl: pinctrl {
|
||||||
compatible = "rockchip,rk3036-pinctrl";
|
compatible = "rockchip,rk3036-pinctrl";
|
||||||
rockchip,grf = <&grf>;
|
rockchip,grf = <&grf>;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue