mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-13 16:37:30 +00:00
aa26948b58
Sync these file, obtained from Linux v5.15. Add a note for the maintainer, and SPDX lines where they are missing. The added lines are: SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause Note, this matches the text in those files, but is not the same as the GPL-2.0 of some files. [1] https://releases.linaro.org/android/reference-lcr/juno/7.1-17.05/ Signed-off-by: Simon Glass <sjg@chromium.org> Acked-by: Linus Walleij <linus.walleij@linaro.org>
20 lines
399 B
Text
20 lines
399 B
Text
// SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause
|
|
/*
|
|
* ARM Juno Platform additions for U-Boot
|
|
*/
|
|
|
|
/ {
|
|
bus@8000000 {
|
|
motherboard-bus@8000000 {
|
|
/*
|
|
* This should not be marked "disabled" in U-Boot. The
|
|
* boot loader is not using some CPU idle states and
|
|
* hotplug but may be very interested in accessing the
|
|
* flash.
|
|
*/
|
|
flash@0 {
|
|
status = "okay";
|
|
};
|
|
};
|
|
};
|
|
};
|