summaryrefslogtreecommitdiff
path: root/arch/arm/dts/rk3588-turing-rk1-u-boot.dtsi
blob: a50bcc45f216b0e5d8d1b3dbe548f81de0149d55 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
/*
 * Copyright (c) 2023 Joshua Riek <jjriek@verizon.net>
 *
 */

#include "rk3588-u-boot.dtsi"

&sdhci {
	cap-mmc-highspeed;
	mmc-hs200-1_8v;
};

&uart9 {
	bootph-all;
	clock-frequency = <24000000>;
};

&uart9m0_xfer {
	bootph-all;
};