ARM: dts: ebaz4205: enable NAND support
authorMichael Walle <michael@walle.cc>
Wed, 16 Jun 2021 15:54:37 +0000 (17:54 +0200)
committerMichal Simek <michal.simek@xilinx.com>
Fri, 6 Aug 2021 10:22:40 +0000 (12:22 +0200)
The board features a 128MiB NAND chip and recently linux gained support
for the NAND controller on the Zynq SoC. Thus add the corresponding
devicetree nodes.

Signed-off-by: Michael Walle <michael@walle.cc>
Link: https://lore.kernel.org/r/20210616155437.27378-4-michael@walle.cc
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
arch/arm/boot/dts/zynq-ebaz4205.dts

index b0b836a..53fa6db 100644 (file)
        pinctrl-0 = <&pinctrl_gpio0_default>;
 };
 
+&nfc0 {
+       status = "okay";
+
+       nand@0 {
+               reg = <0>;
+       };
+};
+
 &pinctrl0 {
        pinctrl_gpio0_default: gpio0-default {
                mux {
        };
 };
 
+&smcc {
+       status = "okay";
+};
+
 &sdhci0 {
        status = "okay";
        disable-wp;