xref: /freebsd/sys/contrib/device-tree/src/arm/samsung/exynos4412-trats2.dts (revision f126890ac5386406dadf7c4cfa9566cbb56537c5)
1*f126890aSEmmanuel Vadot// SPDX-License-Identifier: GPL-2.0
2*f126890aSEmmanuel Vadot/*
3*f126890aSEmmanuel Vadot * Samsung's Exynos4412 based Trats 2 board device tree source
4*f126890aSEmmanuel Vadot *
5*f126890aSEmmanuel Vadot * Copyright (c) 2013 Samsung Electronics Co., Ltd.
6*f126890aSEmmanuel Vadot *		http://www.samsung.com
7*f126890aSEmmanuel Vadot *
8*f126890aSEmmanuel Vadot * Device tree source file for Samsung's Trats 2 board which is based on
9*f126890aSEmmanuel Vadot * Samsung's Exynos4412 SoC.
10*f126890aSEmmanuel Vadot */
11*f126890aSEmmanuel Vadot
12*f126890aSEmmanuel Vadot/dts-v1/;
13*f126890aSEmmanuel Vadot#include "exynos4412-galaxy-s3.dtsi"
14*f126890aSEmmanuel Vadot
15*f126890aSEmmanuel Vadot/ {
16*f126890aSEmmanuel Vadot	model = "Samsung Trats 2 based on Exynos4412";
17*f126890aSEmmanuel Vadot	compatible = "samsung,trats2", "samsung,midas", "samsung,exynos4412", "samsung,exynos4";
18*f126890aSEmmanuel Vadot	chassis-type = "handset";
19*f126890aSEmmanuel Vadot
20*f126890aSEmmanuel Vadot	memory@40000000 {
21*f126890aSEmmanuel Vadot		device_type = "memory";
22*f126890aSEmmanuel Vadot		reg = <0x40000000 0x40000000>;
23*f126890aSEmmanuel Vadot	};
24*f126890aSEmmanuel Vadot
25*f126890aSEmmanuel Vadot	chosen {
26*f126890aSEmmanuel Vadot		bootargs = "root=/dev/mmcblk0p5 rootwait earlyprintk panic=5";
27*f126890aSEmmanuel Vadot		stdout-path = "serial2:115200n8";
28*f126890aSEmmanuel Vadot	};
29*f126890aSEmmanuel Vadot};
30