Skip to content

Commit b2a83ad

Browse files
Boris Brezillonmripard
authored andcommitted
ARM: dts: sun7i: Add NFC node to Allwinner A20 SoC
Add NAND Flash controller node definition to the A20 SoC. Signed-off-by: Boris Brezillon <boris.brezillon@free-electrons.com> Signed-off-by: Aleksei Mamlin <mamlinav@gmail.com> Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
1 parent cefd486 commit b2a83ad

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

arch/arm/boot/dts/sun7i-a20.dtsi

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -802,6 +802,19 @@
802802
#dma-cells = <2>;
803803
};
804804

805+
nfc: nand@01c03000 {
806+
compatible = "allwinner,sun4i-a10-nand";
807+
reg = <0x01c03000 0x1000>;
808+
interrupts = <GIC_SPI 37 IRQ_TYPE_LEVEL_HIGH>;
809+
clocks = <&ahb_gates 13>, <&nand_clk>;
810+
clock-names = "ahb", "mod";
811+
dmas = <&dma SUN4I_DMA_DEDICATED 3>;
812+
dma-names = "rxtx";
813+
status = "disabled";
814+
#address-cells = <1>;
815+
#size-cells = <0>;
816+
};
817+
805818
spi0: spi@01c05000 {
806819
compatible = "allwinner,sun4i-a10-spi";
807820
reg = <0x01c05000 0x1000>;

0 commit comments

Comments
 (0)