boards: riscv: Add qspi flash to Polarfire SOC icicle board
The MT25QL256 part is connected via the RPI connector using Fabric IOs on the Polarfire SOC Icicle Kit. Signed-off-by: Naga Sureshkumar Relli <nagasuresh.relli@microchip.com>
This commit is contained in:
parent
a4c9e13ea8
commit
63cf51440d
1 changed files with 13 additions and 0 deletions
|
@ -6,6 +6,7 @@
|
|||
|
||||
/dts-v1/;
|
||||
#include <mpfs-icicle.dtsi>
|
||||
#include <mem.h>
|
||||
|
||||
/ {
|
||||
model = "Microchip PolarFire-SoC Icicle Kit";
|
||||
|
@ -25,3 +26,15 @@
|
|||
current-speed = <115200>;
|
||||
clock-frequency = <150000000>;
|
||||
};
|
||||
|
||||
&qspi0 {
|
||||
status = "okay";
|
||||
qspi_flash: spi-nor-flash@0 {
|
||||
compatible = "jedec,spi-nor";
|
||||
reg = <0>;
|
||||
spi-max-frequency = <5000000>;
|
||||
size = <DT_SIZE_M(256)>;
|
||||
jedec-id = [20 ba 19];
|
||||
label = "FLASH0";
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue