blob: 7e7f4c823a9e1df2d9f1f0bff796d155acfb792f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
// 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";
};
};
};
|