Commit 64b0afe3 authored by Martin Blumenstingl's avatar Martin Blumenstingl
Browse files

ARM: dts: meson8: add the NAND controller



This adds the NAND flash controller found in the Meson8 SoCs.

Signed-off-by: default avatarMartin Blumenstingl <martin.blumenstingl@googlemail.com>
parent 91310451
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
@@ -349,6 +349,17 @@
			};
		};

		nfc: nand-controller@48600 {
			compatible = "amlogic,meson8-nfc";
			reg = <0x48600 0x24>;
			interrupts = <GIC_SPI 34 IRQ_TYPE_EDGE_RISING>;
			#address-cells = <1>;
			#size-cells = <0>;
			clocks = <&clkc CLKID_NAND>, <&clkc CLKID_NAND_CLK>;
			clock-names = "core", "device";
			status = "disabled";
		};

		vpu: vpu@100000 {
			compatible = "amlogic,meson8-vpu";