23 lines
376 B
Plaintext
23 lines
376 B
Plaintext
|
// SPDX-License-Identifier: GPL-2.0+
|
||
|
/*
|
||
|
* Copyright (c) 2020 Rockchip Electronics Co., Ltd
|
||
|
* Copyright (c) 2024 Radxa Limited
|
||
|
* Copyright (c) 2024 Yao Zi <ziyao@disroot.org>
|
||
|
*/
|
||
|
|
||
|
/dts-v1/;
|
||
|
#include "rk3528.dtsi"
|
||
|
|
||
|
/ {
|
||
|
model = "Radxa E20C";
|
||
|
compatible = "radxa,e20c", "rockchip,rk3528";
|
||
|
|
||
|
chosen {
|
||
|
stdout-path = "serial0:1500000n8";
|
||
|
};
|
||
|
};
|
||
|
|
||
|
&uart0 {
|
||
|
status = "okay";
|
||
|
};
|