The Sige1 is a single board computer developed by ArmSoM, based on the Rockchip RK3528A SoC. Add support for the ArmSoM Sige1 board. Features tested on a ArmSoM Sige1 v1.1: - SD-card boot - eMMC boot - Ethernet - USB host (with pending DT changes) Signed-off-by: Jonas Karlman <jonas@kwiboo.se> Reviewed-by: Kever Yang <kever.yang@rock-chips.com>
12 lines
185 B
Plaintext
12 lines
185 B
Plaintext
// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
|
|
|
|
#include "rk3528-u-boot.dtsi"
|
|
|
|
&vdd_arm {
|
|
regulator-init-microvolt = <953000>;
|
|
};
|
|
|
|
&vdd_logic {
|
|
regulator-init-microvolt = <900000>;
|
|
};
|