2018-02-05 00:46:45 +08:00
|
|
|
// SPDX-License-Identifier: GPL-2.0
|
2013-07-24 12:41:45 +08:00
|
|
|
/*
|
|
|
|
* Samsung's Exynos4412 based Trats 2 board device tree source
|
|
|
|
*
|
|
|
|
* Copyright (c) 2013 Samsung Electronics Co., Ltd.
|
|
|
|
* http://www.samsung.com
|
|
|
|
*
|
|
|
|
* Device tree source file for Samsung's Trats 2 board which is based on
|
|
|
|
* Samsung's Exynos4412 SoC.
|
2018-02-05 00:46:45 +08:00
|
|
|
*/
|
2013-07-24 12:41:45 +08:00
|
|
|
|
|
|
|
/dts-v1/;
|
2018-02-18 21:41:22 +08:00
|
|
|
#include "exynos4412-galaxy-s3.dtsi"
|
2013-07-24 12:41:45 +08:00
|
|
|
|
|
|
|
/ {
|
|
|
|
model = "Samsung Trats 2 based on Exynos4412";
|
2018-02-18 21:41:22 +08:00
|
|
|
compatible = "samsung,trats2", "samsung,midas", "samsung,exynos4412", "samsung,exynos4";
|
2013-08-06 01:49:44 +08:00
|
|
|
|
2016-09-01 17:06:55 +08:00
|
|
|
memory@40000000 {
|
2016-09-01 17:06:52 +08:00
|
|
|
device_type = "memory";
|
2013-07-24 12:41:45 +08:00
|
|
|
reg = <0x40000000 0x40000000>;
|
|
|
|
};
|
|
|
|
|
|
|
|
chosen {
|
|
|
|
bootargs = "console=ttySAC2,115200N8 root=/dev/mmcblk0p5 rootwait earlyprintk panic=5";
|
|
|
|
};
|
2015-04-07 03:07:42 +08:00
|
|
|
};
|