@@ -25,6 +25,7 @@
i2c1 = &i2c1;
i2c2 = &i2c2;
i2c3 = &i2c3;
+ nandc0 = &nandc0;
serial0 = &uart0;
serial1 = &uart1;
serial2 = &uart2;
@@ -924,6 +925,20 @@
status = "disabled";
};
+ nandc0: nand-controller@ff3b0000 {
+ compatible = "rockchip,nandc-v9";
+ reg = <0x0 0xff3b0000 0x0 0x4000>;
+ interrupts = <GIC_SPI 57 IRQ_TYPE_LEVEL_HIGH>;
+ clocks = <&cru SCLK_NANDC>, <&cru HCLK_NANDC>;
+ clock-names = "clk_nandc", "hclk_nandc";
+ assigned-clocks = <&cru SCLK_NANDC>;
+ assigned-clock-parents = <&cru SCLK_NANDC_DIV50>;
+ power-domains = <&power PX30_PD_MMC_NAND>;
+ #address-cells = <1>;
+ #size-cells = <0>;
+ status = "disabled";
+ };
+
vopb: vop@ff460000 {
compatible = "rockchip,px30-vop-big";
reg = <0x0 0xff460000 0x0 0xefc>;