blob: bf5b1f3adcb5dc92b664f14218d194de85da5f73 [file] [log] [blame]
b.l.huang57649112020-06-01 00:01:28 +08001// SPDX-License-Identifier: GPL-2.0+
2/*
3 * (C) Copyright 2020 Radxa
4 */
5
6#include "rk3328-u-boot.dtsi"
7#include "rk3328-sdram-ddr3-666.dtsi"
8
9&gpio0 {
10 u-boot,dm-spl;
11};
12
13&pinctrl {
14 u-boot,dm-spl;
15};
16
17&sdmmc0m1_gpio {
18 u-boot,dm-spl;
19};
20
21&pcfg_pull_up_4ma {
22 u-boot,dm-spl;
23};
24
25&usb_host0_xhci {
26 vbus-supply = <&vcc5v0_host_xhci>;
27 status = "okay";
28};
29
30/* Need this and all the pinctrl/gpio stuff above to set pinmux */
31&vcc_sd {
32 u-boot,dm-spl;
33};