0001 // SPDX-License-Identifier: GPL-2.0
0002 /*
0003 * Samsung's Exynos4412 based Trats 2 board device tree source
0004 *
0005 * Copyright (c) 2013 Samsung Electronics Co., Ltd.
0006 * http://www.samsung.com
0007 *
0008 * Device tree source file for Samsung's Trats 2 board which is based on
0009 * Samsung's Exynos4412 SoC.
0010 */
0011
0012 /dts-v1/;
0013 #include "exynos4412-galaxy-s3.dtsi"
0014
0015 / {
0016 model = "Samsung Trats 2 based on Exynos4412";
0017 compatible = "samsung,trats2", "samsung,midas", "samsung,exynos4412", "samsung,exynos4";
0018 chassis-type = "handset";
0019
0020 memory@40000000 {
0021 device_type = "memory";
0022 reg = <0x40000000 0x40000000>;
0023 };
0024
0025 chosen {
0026 bootargs = "root=/dev/mmcblk0p5 rootwait earlyprintk panic=5";
0027 stdout-path = "serial2:115200n8";
0028 };
0029 };