blob: 92205a86f605d05fb4514cd732e781e2315d8b0c [file] [log] [blame]
/*
* Copyright (c) 2020-2021 Microchip Technology Inc
*
* SPDX-License-Identifier: Apache-2.0
*/
/dts-v1/;
#include <mpfs-icicle.dtsi>
#include <mem.h>
/ {
model = "Microchip PolarFire-SoC Icicle Kit";
compatible = "microchip,mpfs-icicle-kit", "microchip,mpfs";
aliases {
};
chosen {
zephyr,console = &uart0;
zephyr,shell-uart = &uart0;
zephyr,sram = &sram1;
};
};
&uart0 {
status = "okay";
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";
};
};