Frank Wunderlich | 2dd669f | 2023-10-04 21:04:34 +0200 | [diff] [blame^] | 1 | // SPDX-License-Identifier: GPL-2.0+ |
2 | /* | ||||
3 | * (C) Copyright 2021 Rockchip Electronics Co., Ltd | ||||
4 | */ | ||||
5 | |||||
6 | #include "rk356x-u-boot.dtsi" | ||||
7 | |||||
8 | / { | ||||
9 | chosen { | ||||
10 | stdout-path = &uart2; | ||||
11 | }; | ||||
12 | }; | ||||
13 | |||||
14 | &uart2 { | ||||
15 | clock-frequency = <24000000>; | ||||
16 | bootph-pre-ram; | ||||
17 | status = "okay"; | ||||
18 | }; | ||||
19 |