Jagan Teki | b371647 | 2023-02-17 17:28:38 +0530 | [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>; | ||||
Tom Rini | de70b47 | 2023-03-27 15:20:19 -0400 | [diff] [blame] | 16 | bootph-all; |
Jagan Teki | b371647 | 2023-02-17 17:28:38 +0530 | [diff] [blame] | 17 | status = "okay"; |
18 | }; |