Skip to content

Commit 44aa6f1

Browse files
npal-cymmahadevan108
authored andcommitted
cy8ckit_062_ble: board: moved uart-6 to common dts for m4
Moved uatr6 to common dts for m4 - cm0 uses uart-5 in ver 0.0.0 and uart-5 in ver 1.0.0 (for using of Arduino headers). - cm4 by default uses uart-2 (for ver 0.0.0 and ver 1.0.0) Signed-off-by: Nazar Palamar <[email protected]>
1 parent c872b49 commit 44aa6f1

File tree

2 files changed

+15
-26
lines changed

2 files changed

+15
-26
lines changed

boards/cypress/cy8ckit_062_ble/cy8ckit_062_ble_cy8c6347_m4.dts

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,28 @@
99

1010
#include <infineon/cat1a/legacy/psoc6_cm4.dtsi>
1111
#include "cy8ckit_062_ble_common.dtsi"
12+
#include "cy8ckit_062_ble_cy8c6347-pinctrl.dtsi"
1213

1314
/ {
1415
model = "Cypress PSoC6 BLE Pioneer Kit";
1516
compatible = "cypress,cy8c6xx7_cm4", "cypress,psoc6";
1617

18+
aliases {
19+
uart-6 = &uart6;
20+
};
21+
1722
chosen {
1823
zephyr,sram = &sram2;
1924
zephyr,flash = &flash1;
25+
zephyr,console = &uart6;
26+
zephyr,shell-uart = &uart6;
2027
};
2128
};
29+
30+
&uart6 {
31+
status = "okay";
32+
current-speed = <115200>;
33+
34+
pinctrl-0 = <&p13_0_scb6_uart_rx &p13_1_scb6_uart_tx>;
35+
pinctrl-names = "default";
36+
};

boards/cypress/cy8ckit_062_ble/cy8ckit_062_ble_cy8c6347_m4_0_0_0.overlay

Lines changed: 0 additions & 26 deletions
This file was deleted.

0 commit comments

Comments
 (0)