Skip to content

Commit

Permalink
ARM: dts: ebaz4205: enable NAND support
Browse files Browse the repository at this point in the history
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 <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Michal Simek <[email protected]>
  • Loading branch information
mwalle authored and Michal Simek committed Aug 6, 2021
1 parent 3bf9899 commit c387eea
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions arch/arm/boot/dts/zynq-ebaz4205.dts
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,14 @@
pinctrl-0 = <&pinctrl_gpio0_default>;
};

&nfc0 {
status = "okay";

nand@0 {
reg = <0>;
};
};

&pinctrl0 {
pinctrl_gpio0_default: gpio0-default {
mux {
Expand Down Expand Up @@ -118,6 +126,10 @@
};
};

&smcc {
status = "okay";
};

&sdhci0 {
status = "okay";
disable-wp;
Expand Down

0 comments on commit c387eea

Please sign in to comment.