/* | |
* Copyright (c) 2020-2021 Microchip Technology Inc | |
* | |
* SPDX-License-Identifier: Apache-2.0 | |
*/ | |
/dts-v1/; | |
#include <mpfs-icicle.dtsi> | |
/ { | |
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>; | |
}; |