mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-06 21:24:29 +00:00
21 lines
305 B
Text
21 lines
305 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 {
|
||
|
/* Debugging console UART */
|
||
|
uart@80007000 {
|
||
|
status = "okay";
|
||
|
};
|
||
|
};
|
||
|
};
|