blob: 484364858ae1e518833ff3b575cfd652e62a6340 [file] [log] [blame]
/*
* Copyright (c) 2018, Cypress
*
* SPDX-License-Identifier: Apache-2.0
*/
/dts-v1/;
#include <cypress/psoc6_cm0.dtsi>
/ {
model = "cy8ckit_062_wifi_bt_m0 with a Cypress PSoC6 SoC";
compatible = "cy8ckit_062_wifi_bt_m0", "PSoC6";
aliases {
uart-6 = &uart6;
};
chosen {
zephyr,sram = &sram0;
zephyr,flash = &flash0;
zephyr,console = &uart6;
zephyr,shell-uart = &uart6;
};
};
&uart6 {
status = "okay";
current-speed = <115200>;
};