9 lines
164 B
Plaintext
9 lines
164 B
Plaintext
|
/*
|
||
|
* Copyright (c) 2022 Rodrigo Peixoto <rodrigopex@gmail.com>
|
||
|
* SPDX-License-Identifier: Apache-2.0
|
||
|
*/
|
||
|
&uart1 {
|
||
|
status = "okay";
|
||
|
current-speed = <115200>;
|
||
|
};
|