u-boot/arch/arm/dts/ste-ux500-samsung-stemmy.dts
Stephan Gerhold f64011e11e board: stemmy: Add basic Fastboot support
Make use of the new drivers for ARM U8500 introduced in the U-Boot
2021.10 merge window by adding basic support for USB Fastboot with
the "stemmy" board. As a first step this will always boot directly
into USB Fastboot for now with the console displayed on the screen
to make that obvious.

Samsung uses quite strange GPT partition labels on these boards,
so also add a bunch of fastboot_partition_alias_* to make this more
easy to use.

Signed-off-by: Stephan Gerhold <stephan@gerhold.net>
2021-09-01 19:25:37 -04:00

36 lines
541 B
Text

// SPDX-License-Identifier: GPL-2.0-or-later
/dts-v1/;
#include "ste-dbx5x0-u-boot.dtsi"
#include "ste-ab8500.dtsi"
/ {
compatible = "samsung,stemmy", "st-ericsson,u8500";
chosen {
stdout-path = &serial2;
};
soc {
/* eMMC */
mmc@80005000 {
status = "okay";
arm,primecell-periphid = <0x10480180>;
max-frequency = <100000000>;
bus-width = <8>;
non-removable;
cap-mmc-highspeed;
};
/* Debugging console UART */
uart@80007000 {
status = "okay";
};
mcde@a0350000 {
status = "okay";
};
};
};