blob: 088e21c76ab3bbb19ac3dbc3d6210b10c5000b92 [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
Simon Glass70190f82020-11-05 06:32:12 -07009/ {
10 smbios {
11 compatible = "u-boot,sysinfo-smbios";
12
13 smbios {
14 system {
15 manufacturer = "radxa";
16 product = "rock-pi-e_rk3328";
17 };
18
19 baseboard {
20 manufacturer = "radxa";
21 product = "rock-pi-e_rk3328";
22 };
23
24 chassis {
25 manufacturer = "radxa";
26 product = "rock-pi-e_rk3328";
27 };
28 };
29 };
30};
31
b.l.huang57649112020-06-01 00:01:28 +080032&gpio0 {
Simon Glass8c103c32023-02-13 08:56:33 -070033 bootph-pre-ram;
b.l.huang57649112020-06-01 00:01:28 +080034};
35
36&pinctrl {
Simon Glass8c103c32023-02-13 08:56:33 -070037 bootph-pre-ram;
b.l.huang57649112020-06-01 00:01:28 +080038};
39
Peter Robinson27e1b5e2021-07-22 16:20:43 +010040&sdmmc0m1_pin {
Simon Glass8c103c32023-02-13 08:56:33 -070041 bootph-pre-ram;
b.l.huang57649112020-06-01 00:01:28 +080042};
43
44&pcfg_pull_up_4ma {
Simon Glass8c103c32023-02-13 08:56:33 -070045 bootph-pre-ram;
b.l.huang57649112020-06-01 00:01:28 +080046};
47
48&usb_host0_xhci {
Peter Robinson27e1b5e2021-07-22 16:20:43 +010049 vbus-supply = <&vcc_host_5v>;
b.l.huang57649112020-06-01 00:01:28 +080050 status = "okay";
51};
52
53/* Need this and all the pinctrl/gpio stuff above to set pinmux */
54&vcc_sd {
Simon Glass8c103c32023-02-13 08:56:33 -070055 bootph-pre-ram;
b.l.huang57649112020-06-01 00:01:28 +080056};