Skip to content

Commit d64821b

Browse files
committed
boards: arm64: intel_socfpga_agilex: Enable QSPI at agilex board
This patch is to enable QSPI at Intel SoC FPGA Agilex Board Signed-off-by: Boon Khai Ng <[email protected]>
1 parent aebd30a commit d64821b

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

boards/arm64/intel_socfpga_agilex_socdk/intel_socfpga_agilex_socdk.dts

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,13 @@
2727
status = "okay";
2828
current-speed = <115200>;
2929
};
30+
31+
&qspi {
32+
status = "okay";
33+
mt25qu02g@0 {
34+
compatible = "micron,mt25qu02g";
35+
reg = <0>;
36+
size = <DT_SIZE_M(256*8)>; /* in bits */
37+
status = "okay";
38+
};
39+
};

0 commit comments

Comments
 (0)