zephyr/boards/beagle/beaglev_fire/beaglev_fire_polarfire_u54_...

20 lines
333 B
Plaintext

/dts-v1/;
#include "beaglev_fire_polarfire_u54.dts"
/ {
model = "beagle,beaglev-fire";
compatible = "beagle,beaglev-fire", "microchip,mpfs";
chosen {
zephyr,console = &uart1;
zephyr,shell-uart = &uart1;
zephyr,sram = &sram1;
};
};
&uart1 {
status = "okay";
current-speed = <115200>;
clock-frequency = <150000000>;
};