Skip to content

Commit cefd486

Browse files
Boris Brezillonmripard
authored andcommitted
ARM: dts: sun4i: Add NFC node to Allwinner A10 SoC
Add NAND Flash controller node definition to the A10 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 1199451 commit cefd486

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

arch/arm/boot/dts/sun4i-a10.dtsi

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -721,6 +721,19 @@
721721
#dma-cells = <2>;
722722
};
723723

724+
nfc: nand@01c03000 {
725+
compatible = "allwinner,sun4i-a10-nand";
726+
reg = <0x01c03000 0x1000>;
727+
interrupts = <37>;
728+
clocks = <&ahb_gates 13>, <&nand_clk>;
729+
clock-names = "ahb", "mod";
730+
dmas = <&dma SUN4I_DMA_DEDICATED 3>;
731+
dma-names = "rxtx";
732+
status = "disabled";
733+
#address-cells = <1>;
734+
#size-cells = <0>;
735+
};
736+
724737
spi0: spi@01c05000 {
725738
compatible = "allwinner,sun4i-a10-spi";
726739
reg = <0x01c05000 0x1000>;

0 commit comments

Comments
 (0)