blob: 1dfb48fcbebcea2783ef05cffa9e7bc1e1ceabed [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 = "okay";
current-speed = <115200>;
pinctrl-0 = <&p5_0_uart5_rx &p5_1_uart5_tx>;
};