mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-17 10:18:38 +00:00
b9829e9846
The SanCloud BBE requires the same dtb nodes to be present in the SPL as the AM335x EVM. The SanCloud BBE Lite also requires the SPI flash node and all dependencies to be present in the SPL to support SPI boot. Signed-off-by: Paul Barker <paul.barker@sancloud.com>
44 lines
598 B
Text
44 lines
598 B
Text
// SPDX-License-Identifier: GPL-2.0+
|
|
/*
|
|
* Copyright (C) 2017 Texas Instruments Incorporated - http://www.ti.com/
|
|
* Copyright (C) 2021 SanCloud Ltd
|
|
*/
|
|
|
|
#include "am335x-sancloud-bbe-u-boot.dtsi"
|
|
|
|
&l4_wkup {
|
|
segment@200000 {
|
|
target-module@0 {
|
|
u-boot,dm-pre-reloc;
|
|
};
|
|
};
|
|
};
|
|
|
|
&prcm {
|
|
u-boot,dm-pre-reloc;
|
|
};
|
|
|
|
&per_cm {
|
|
u-boot,dm-pre-reloc;
|
|
};
|
|
|
|
&l4ls_clkctrl {
|
|
u-boot,dm-pre-reloc;
|
|
};
|
|
|
|
&l4_per {
|
|
u-boot,dm-pre-reloc;
|
|
segment@0 {
|
|
u-boot,dm-pre-reloc;
|
|
target-module@30000 {
|
|
u-boot,dm-pre-reloc;
|
|
};
|
|
};
|
|
};
|
|
|
|
&spi0 {
|
|
u-boot,dm-pre-reloc;
|
|
channel@0 {
|
|
u-boot,dm-pre-reloc;
|
|
};
|
|
};
|