mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-18 10:54:37 +00:00

Radxa ROCK S0 is a single-board computer based on the Rockchip RK3308B SoC in an ultra-compact form factor. Add a board target for the board. Features tested on a ROCK S0 v1.2 with 512 MiB RAM and 8 GiB eMMC: - SD-card boot - eMMC boot - Ethernet - USB gadget - USB host Signed-off-by: Jonas Karlman <jonas@kwiboo.se> Reviewed-by: Kever Yang <kever.yang@rock-chips.com>
21 lines
264 B
Text
21 lines
264 B
Text
// SPDX-License-Identifier: GPL-2.0+
|
|
|
|
#include "rk3308-u-boot.dtsi"
|
|
|
|
&emmc_pwren {
|
|
bootph-pre-ram;
|
|
bootph-some-ram;
|
|
};
|
|
|
|
&uart0 {
|
|
bootph-all;
|
|
clock-frequency = <24000000>;
|
|
};
|
|
|
|
&uart0_xfer {
|
|
bootph-all;
|
|
};
|
|
|
|
&vdd_core {
|
|
regulator-init-microvolt = <1015000>;
|
|
};
|