File tree Expand file tree Collapse file tree
Documentation/devicetree/bindings/rkflash Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11Rockchip NANDC Controller for SOC
22
33Required properties:
4- - compatible : "rockchip,nandc".
4+ - compatible : "rockchip,rk- nandc".
55- reg : shall contain registers location and length for data and reg.
66- interrupts : shall define the nandc controller interrupt.
7+ - nandc_id : shall reference the number of nandc controllers;
78- clocks : shall reference nandc controller clocks.
89- clock-names : nandc controller internal clock names. Shall contain :
910 * "clk_nandc" : nand controller clock
@@ -12,9 +13,10 @@ Required properties:
1213
1314Examples:
1415nandc: nandc@30100000 {
15- compatible = "rockchip,nandc";
16- reg = <0x30100000 0x1000 >;
16+ compatible = "rockchip,rk- nandc";
17+ reg = <0x0 0xff4b0000 0x0 0x4000 >;
1718 interrupts = <GIC_SPI 14 IRQ_TYPE_LEVEL_HIGH>;
19+ nandc_id = <0>;
1820 clocks = <&clk_nandc>, <&clk_gates15 3>, <&clk_gates5 3>;
1921 clock-names = "clk_nandc", "hclk_nandc", "g_clk_nandc";
2022 status = "disabled";
You can’t perform that action at this time.
0 commit comments