mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-12 16:07:30 +00:00
216800acf1
Conflicts: arch/arm/dts/armada-385-amc.dts arch/arm/dts/armada-xp-theadorable.dts arch/arm/dts/stm32mp157c-ev1-u-boot.dtsi Signed-off-by: Tom Rini <trini@konsulko.com>
29 lines
326 B
Text
29 lines
326 B
Text
// SPDX-License-Identifier: GPL-2.0+
|
|
/*
|
|
* da850-evm U-Boot Additions
|
|
*
|
|
* Copyright (C) 2017 Logic PD, Inc.
|
|
* Copyright (C) Adam Ford
|
|
*/
|
|
|
|
/ {
|
|
soc@1c00000 {
|
|
u-boot,dm-spl;
|
|
};
|
|
};
|
|
|
|
&flash {
|
|
compatible = "m25p64", "jedec,spi-nor";
|
|
};
|
|
|
|
&mmc0 {
|
|
u-boot,dm-spl;
|
|
};
|
|
|
|
&serial2 {
|
|
u-boot,dm-spl;
|
|
};
|
|
|
|
&spi1 {
|
|
u-boot,dm-spl;
|
|
};
|