Skip to content

Commit c387eea

Browse files
mwalleMichal Simek
authored andcommitted
ARM: dts: ebaz4205: enable NAND support
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]>
1 parent 3bf9899 commit c387eea

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

arch/arm/boot/dts/zynq-ebaz4205.dts

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,14 @@
4848
pinctrl-0 = <&pinctrl_gpio0_default>;
4949
};
5050

51+
&nfc0 {
52+
status = "okay";
53+
54+
nand@0 {
55+
reg = <0>;
56+
};
57+
};
58+
5159
&pinctrl0 {
5260
pinctrl_gpio0_default: gpio0-default {
5361
mux {
@@ -118,6 +126,10 @@
118126
};
119127
};
120128

129+
&smcc {
130+
status = "okay";
131+
};
132+
121133
&sdhci0 {
122134
status = "okay";
123135
disable-wp;

0 commit comments

Comments
 (0)