"Das U-Boot" Source Tree
1// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
2/*
3 * Copyright (c) 2023 Joshua Riek <jjriek@verizon.net>
4 *
5 */
6
7#include "rk3588-u-boot.dtsi"
8
9&sdhci {
10 cap-mmc-highspeed;
11 mmc-hs200-1_8v;
12};
13
14&uart9 {
15 bootph-all;
16 clock-frequency = <24000000>;
17};
18
19&uart9m0_xfer {
20 bootph-all;
21};