]> www.infradead.org Git - linux.git/commitdiff
arm64: dts: amlogic: meson-axg: Meson NAND node
authorArseniy Krasnov <avkrasnov@salutedevices.com>
Mon, 28 Aug 2023 13:36:47 +0000 (16:36 +0300)
committerNeil Armstrong <neil.armstrong@linaro.org>
Mon, 11 Sep 2023 09:42:53 +0000 (11:42 +0200)
Add description of the Meson NAND controller node.

Signed-off-by: Arseniy Krasnov <avkrasnov@salutedevices.com>
Reviewed-by: Neil Armstrong <neil.armstrong@linaro.org>
Link: https://lore.kernel.org/r/20230828133647.3712644-1-avkrasnov@salutedevices.com
Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org>
arch/arm64/boot/dts/amlogic/meson-axg.dtsi

index 768d0ed78dbe637af76f5c420ba8f7a0fb495491..a49aa62e3f9fb7d7fdaea699823a0e3bcc65b862 100644 (file)
                                resets = <&reset RESET_SD_EMMC_C>;
                        };
 
+                       nfc: nand-controller@7800 {
+                               compatible = "amlogic,meson-axg-nfc";
+                               reg = <0x0 0x7800 0x0 0x100>,
+                                     <0x0 0x7000 0x0 0x800>;
+                               reg-names = "nfc", "emmc";
+                               #address-cells = <1>;
+                               #size-cells = <0>;
+                               interrupts = <GIC_SPI 34 IRQ_TYPE_EDGE_RISING>;
+                               clocks = <&clkc CLKID_SD_EMMC_C>,
+                                        <&clkc CLKID_FCLK_DIV2>;
+                               clock-names = "core", "device";
+                       };
+
                        usb2_phy1: phy@9020 {
                                compatible = "amlogic,meson-gxl-usb2-phy";
                                #phy-cells = <0>;