Skip to content
Snippets Groups Projects
Commit a1d4e962 authored by Marek Vasut's avatar Marek Vasut
Browse files

arm: socfpga: av_socdk: Add support for QSPI boot


Add missing DT nodes to allow booting from QSPI NOR.

Signed-off-by: default avatarMarek Vasut <marex@denx.de>
Cc: Dinh Nguyen <dinguyen@opensource.altera.com>
Cc: Chin Liang See <clsee@altera.com>
Cc: Denis Bakhvalov <denis.bakhvalov@nokia.com>
parent dc0a1a08
Branches
Tags
No related merge requests found
...@@ -82,8 +82,10 @@ ...@@ -82,8 +82,10 @@
&qspi { &qspi {
status = "okay"; status = "okay";
u-boot,dm-pre-reloc;
flash0: n25q00@0 { flash0: n25q00@0 {
u-boot,dm-pre-reloc;
#address-cells = <1>; #address-cells = <1>;
#size-cells = <1>; #size-cells = <1>;
compatible = "n25q00"; compatible = "n25q00";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment