blob: 6904515b96938d604d545f234eb168c323fb58a0 [file] [log] [blame]
Kever Yange68e10b2019-08-15 11:40:56 +08001// SPDX-License-Identifier: GPL-2.0+
Matwey V. Kornilov94b26612019-06-09 00:27:16 +03002/*
Kever Yange68e10b2019-08-15 11:40:56 +08003 * (C) Copyright 2018-2019 Rockchip Electronics Co., Ltd
Matwey V. Kornilov94b26612019-06-09 00:27:16 +03004 */
5
Kever Yange68e10b2019-08-15 11:40:56 +08006#include "rk3328-u-boot.dtsi"
Kever Yange0d3f882019-08-02 10:40:00 +03007#include "rk3328-sdram-lpddr3-1600.dtsi"
Emmanuel Vadotfa43b612019-10-08 19:59:50 +02008/ {
9 chosen {
10 u-boot,spl-boot-order = "same-as-spl", &sdmmc, &emmc;
11 };
Simon Glass8eb227e2020-11-05 06:32:12 -070012
13 smbios {
14 compatible = "u-boot,sysinfo-smbios";
15
16 smbios {
17 system {
18 manufacturer = "pine64";
19 product = "rock64_rk3328";
20 };
21
22 baseboard {
23 manufacturer = "pine64";
24 product = "rock64_rk3328";
25 };
26
27 chassis {
28 manufacturer = "pine64";
29 product = "rock64_rk3328";
30 };
31 };
32 };
Emmanuel Vadotfa43b612019-10-08 19:59:50 +020033};
Kever Yange0d3f882019-08-02 10:40:00 +030034
Kurt Miller2e208462020-05-13 15:55:20 -040035&gpio0 {
Simon Glassd3a98cb2023-02-13 08:56:33 -070036 bootph-pre-ram;
Kurt Miller2e208462020-05-13 15:55:20 -040037};
38
39&pinctrl {
Simon Glassd3a98cb2023-02-13 08:56:33 -070040 bootph-pre-ram;
Kurt Miller2e208462020-05-13 15:55:20 -040041};
42
Peter Robinson7715db32021-07-22 16:20:43 +010043&sdmmc0m1_pin {
Simon Glassd3a98cb2023-02-13 08:56:33 -070044 bootph-pre-ram;
Kurt Miller2e208462020-05-13 15:55:20 -040045};
46
47&pcfg_pull_up_4ma {
Simon Glassd3a98cb2023-02-13 08:56:33 -070048 bootph-pre-ram;
Kurt Miller2e208462020-05-13 15:55:20 -040049};
50
Kurt Miller2e208462020-05-13 15:55:20 -040051/* Need this and all the pinctrl/gpio stuff above to set pinmux */
52&vcc_sd {
Simon Glassd3a98cb2023-02-13 08:56:33 -070053 bootph-pre-ram;
Kurt Miller2e208462020-05-13 15:55:20 -040054};
Johannes Krottmayerb914d7d2020-07-09 00:50:33 +020055
56&spi0 {
Peter Robinsonc90ca2b2023-06-14 13:43:14 +010057 spi_flash: flash@0 {
Simon Glassd3a98cb2023-02-13 08:56:33 -070058 bootph-all;
Johannes Krottmayerb914d7d2020-07-09 00:50:33 +020059 };
60};