mirror of
https://github.com/AetherDroid/android_kernel_samsung_on5xelte.git
synced 2025-09-08 17:18:05 -04:00
20 lines
553 B
Text
20 lines
553 B
Text
/*
|
|
* SAMSUNG EXYNOS7570 SoC device tree source
|
|
*
|
|
* Copyright (c) 2015 Samsung Electronics Co., Ltd.
|
|
* http://www.samsung.com
|
|
*
|
|
* SAMSUNG EXYNOS7570 SoC device nodes are listed in this file.
|
|
* EXYNOS7570 based board files can include this file and provide
|
|
* values for board specfic bindings.
|
|
*
|
|
* This program is free software; you can redistribute it and/or modify
|
|
* it under the terms of the GNU General Public License version 2 as
|
|
* published by the Free Software Foundation.
|
|
*/
|
|
|
|
/ {
|
|
ITM@0 {
|
|
compatible = "samsung,exynos-itm";
|
|
};
|
|
};
|