mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-12-12 14:23:00 +00:00
52 lines
687 B
Text
52 lines
687 B
Text
|
// SPDX-License-Identifier: GPL-2.0+
|
||
|
|
||
|
#include "rk356x-u-boot.dtsi"
|
||
|
|
||
|
/ {
|
||
|
chosen {
|
||
|
stdout-path = &uart2;
|
||
|
};
|
||
|
};
|
||
|
|
||
|
&gpio0 {
|
||
|
bootph-all;
|
||
|
};
|
||
|
|
||
|
&sdhci {
|
||
|
cap-mmc-highspeed;
|
||
|
mmc-ddr-1_8v;
|
||
|
pinctrl-names = "default";
|
||
|
pinctrl-0 = <&emmc_bus8 &emmc_clk &emmc_cmd &emmc_datastrobe>;
|
||
|
};
|
||
|
|
||
|
&sfc {
|
||
|
bootph-pre-ram;
|
||
|
u-boot,spl-sfc-no-dma;
|
||
|
|
||
|
flash@0 {
|
||
|
bootph-pre-ram;
|
||
|
};
|
||
|
};
|
||
|
|
||
|
&uart2 {
|
||
|
bootph-all;
|
||
|
clock-frequency = <24000000>;
|
||
|
status = "okay";
|
||
|
};
|
||
|
|
||
|
/*
|
||
|
* U-Boot does not support multiple regulators using the same gpio,
|
||
|
* use vcc5v0_usb20_host to fix use of USB 2.0 port
|
||
|
*/
|
||
|
&usb2phy0_otg {
|
||
|
phy-supply = <&vcc5v0_usb20_host>;
|
||
|
};
|
||
|
|
||
|
&vcc3v3_sd {
|
||
|
bootph-pre-ram;
|
||
|
};
|
||
|
|
||
|
&vcc_sd_h {
|
||
|
bootph-all;
|
||
|
};
|