Jonas Karlman | f68c63d | 2023-08-21 22:30:29 +0000 | [diff] [blame^] | 1 | // SPDX-License-Identifier: (GPL-2.0+ OR MIT) |
2 | |||||
3 | #include "rk356x-u-boot.dtsi" | ||||
4 | |||||
5 | / { | ||||
6 | chosen { | ||||
7 | stdout-path = &uart2; | ||||
8 | }; | ||||
9 | }; | ||||
10 | |||||
11 | &uart2 { | ||||
12 | bootph-pre-ram; | ||||
13 | clock-frequency = <24000000>; | ||||
14 | }; |