1
0
mirror of https://xff.cz/git/u-boot/ synced 2025-09-01 08:42:12 +02:00

arm: dts: agilex: Enable QSPI

Enable QSPI for Agilex SoC devkit.

Signed-off-by: Ley Foon Tan <ley.foon.tan@intel.com>
This commit is contained in:
Ley Foon Tan
2020-03-31 08:45:25 +08:00
committed by Marek Vasut
parent 3d884ff470
commit df8e15af2b

View File

@@ -37,3 +37,6 @@
u-boot,dm-pre-reloc; u-boot,dm-pre-reloc;
}; };
&qspi {
status = "okay";
};