1/dts-v1/;
2#include "mpfs_icicle_common.dtsi"
3
4/ {
5	compatible = "microchip,mpfs-icicle-kit", "microchip,mpfs";
6
7	cpus {
8		cpu@0 {
9			status = "disabled";
10		};
11	};
12
13	chosen {
14		zephyr,console = &uart1;
15		zephyr,shell-uart = &uart1;
16		zephyr,sram = &sram1;
17	};
18};
19
20&uart1 {
21	status = "okay";
22	current-speed = <115200>;
23	clock-frequency = <150000000>;
24};
25