blob: 16664b5dd4e31e2bca44b1c24cb469b7b2167242 [file] [log] [blame]
/*
* Copyright (c) 2018, Cypress
*
* SPDX-License-Identifier: Apache-2.0
*/
/dts-v1/;
#include <cypress/psoc6_cm4.dtsi>
/ {
model = "cy8ckit_062_wifi_bt_m4 with a Cypress PSoC6 SoC";
compatible = "cy8ckit_062_wifi_bt_m4", "PSoC6";
aliases {
uart-5 = &uart5;
};
chosen {
zephyr,sram = &sram2;
zephyr,flash = &flash1;
zephyr,console = &uart5;
zephyr,shell-uart = &uart5;
};
};
&uart5 {
status = "ok";
current-speed = <115200>;
};