summaryrefslogtreecommitdiff
path: root/arch/arm/dts/ste-ux500-samsung-stemmy.dts
blob: 14be86086b225272d9a634fbfa1fe1ac355c4615 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
// 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";
		};
	};
};