13 lines
172 B
Plaintext
13 lines
172 B
Plaintext
|
/* SPDX-License-Identifier: Apache-2.0 */
|
||
|
|
||
|
/ {
|
||
|
chosen {
|
||
|
zephyr,sram = &dtcm;
|
||
|
};
|
||
|
};
|
||
|
|
||
|
&lpuart4 {
|
||
|
status = "okay";
|
||
|
current-speed = <115200>;
|
||
|
};
|