Skip to content

Commit 3e3e0d0

Browse files
drivers: mspi: changes made as mentioned by Muhammed Asif
1- Moved microchip,qspi-g1-mspi.yaml from dts\bindings\arm to dts\bindings\mspi folder. 2- Moved clock and pin control config in init function. 3- Removed required: false instances. 4- Used DT Macro to fetch max qspi controller frequency. Signed-off-by: Shikhar Tandon <Shikhar.Tandon@microchip.com>
1 parent 4a1e4f8 commit 3e3e0d0

File tree

6 files changed

+147
-91
lines changed

6 files changed

+147
-91
lines changed

boards/microchip/sam/sam_e54_xpro/sam_e54_xpro.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@
254254

255255
/* Optional child if you actually wired a NOR to the QSPI signals */
256256
mspi_flash0: mspi_flash0@0 {
257-
compatible = "microchip,qspi-g1-mspi-flash", "jedec,mspi-nor";
257+
compatible = "microchip,qspi-g1-mspi-flash","jedec,mspi-nor";
258258
reg = <0>; /* HW CS#0 on SAME54 */
259259
mspi-max-frequency = <59000000>; /*59 MHz max in Single Data Rate,54Mhz in DDR*/
260260

0 commit comments

Comments
 (0)