2018-02-04 23:46:45 +07:00
|
|
|
// SPDX-License-Identifier: GPL-2.0
|
2013-07-24 11:41:45 +07: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-04 23:46:45 +07:00
|
|
|
*/
|
2013-07-24 11:41:45 +07:00
|
|
|
|
|
|
|
/dts-v1/;
|
2018-02-18 20:41:22 +07:00
|
|
|
#include "exynos4412-galaxy-s3.dtsi"
|
2013-07-24 11:41:45 +07:00
|
|
|
|
|
|
|
/ {
|
|
|
|
model = "Samsung Trats 2 based on Exynos4412";
|
2018-02-18 20:41:22 +07:00
|
|
|
compatible = "samsung,trats2", "samsung,midas", "samsung,exynos4412", "samsung,exynos4";
|
2013-08-06 00:49:44 +07:00
|
|
|
|
2016-09-01 16:06:55 +07:00
|
|
|
memory@40000000 {
|
2016-09-01 16:06:52 +07:00
|
|
|
device_type = "memory";
|
2013-07-24 11:41:45 +07:00
|
|
|
reg = <0x40000000 0x40000000>;
|
|
|
|
};
|
|
|
|
|
|
|
|
chosen {
|
|
|
|
bootargs = "console=ttySAC2,115200N8 root=/dev/mmcblk0p5 rootwait earlyprintk panic=5";
|
|
|
|
};
|
2015-04-07 02:07:42 +07:00
|
|
|
};
|