blob: 52f62b5d39ed2399718a0e91f5fc51fd1d8cb2d2 [file] [log] [blame]
Peter Robinsonab800e52020-01-20 09:18:18 +00001// SPDX-License-Identifier: GPL-2.0+
2
3#include "rk3399-u-boot.dtsi"
4/ {
5 config {
6 u-boot,spl-payload-offset = <0x40000>; /* @ 256KB */
7 u-boot,mmc-env-offset = <0x4000>; /* @ 16KB */
8 u-boot,efi-partition-entries-offset = <0x200000>; /* 2MB */
9 u-boot,boot-led = "module_led";
10 sysreset-gpio = <&gpio1 RK_PA6 GPIO_ACTIVE_HIGH>;
11 };
12
13 chosen {
14 stdout-path = "serial0:115200n8";
15 u-boot,spl-boot-order = \
16 "same-as-spl", &spiflash, &sdhci, &sdmmc;
17 };
18
19 aliases {
20 spi0 = &spi1;
21 spi1 = &spi5;
22 };
23
24};