blob: 14be86086b225272d9a634fbfa1fe1ac355c4615 [file] [log] [blame]
Stephan Gerhold43d28852020-01-04 18:45:19 +01001// SPDX-License-Identifier: GPL-2.0-or-later
2/dts-v1/;
3
4#include "ste-dbx5x0-u-boot.dtsi"
5#include "ste-ab8500.dtsi"
6
7/ {
8 compatible = "samsung,stemmy", "st-ericsson,u8500";
9
10 chosen {
11 stdout-path = &serial2;
12 };
13
14 soc {
Stephan Gerholdf64011e2021-08-07 15:07:22 +020015 /* eMMC */
16 mmc@80005000 {
17 status = "okay";
18
19 arm,primecell-periphid = <0x10480180>;
20 max-frequency = <100000000>;
21 bus-width = <8>;
22
23 non-removable;
24 cap-mmc-highspeed;
25 };
26
Stephan Gerhold43d28852020-01-04 18:45:19 +010027 /* Debugging console UART */
28 uart@80007000 {
29 status = "okay";
30 };
Stephan Gerholdf64011e2021-08-07 15:07:22 +020031
32 mcde@a0350000 {
33 status = "okay";
34 };
Stephan Gerhold43d28852020-01-04 18:45:19 +010035 };
36};