Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b2a83ad2 authored by Boris Brezillon's avatar Boris Brezillon Committed by Maxime Ripard
Browse files

ARM: dts: sun7i: Add NFC node to Allwinner A20 SoC



Add NAND Flash controller node definition to the A20 SoC.

Signed-off-by: default avatarBoris Brezillon <boris.brezillon@free-electrons.com>
Signed-off-by: default avatarAleksei Mamlin <mamlinav@gmail.com>
Signed-off-by: default avatarMaxime Ripard <maxime.ripard@free-electrons.com>
parent cefd4860
Loading
Loading
Loading
Loading
+13 −0
Original line number Diff line number Diff line
@@ -802,6 +802,19 @@
			#dma-cells = <2>;
		};

		nfc: nand@01c03000 {
			compatible = "allwinner,sun4i-a10-nand";
			reg = <0x01c03000 0x1000>;
			interrupts = <GIC_SPI 37 IRQ_TYPE_LEVEL_HIGH>;
			clocks = <&ahb_gates 13>, <&nand_clk>;
			clock-names = "ahb", "mod";
			dmas = <&dma SUN4I_DMA_DEDICATED 3>;
			dma-names = "rxtx";
			status = "disabled";
			#address-cells = <1>;
			#size-cells = <0>;
		};

		spi0: spi@01c05000 {
			compatible = "allwinner,sun4i-a10-spi";
			reg = <0x01c05000 0x1000>;