1/* 2 * SAMSUNG Exynos5433 TM2E board device tree source 3 * 4 * Copyright (c) 2016 Samsung Electronics Co., Ltd. 5 * 6 * Device tree source file for Samsung's TM2E(TM2 EDGE) board which is based on 7 * Samsung Exynos5433 SoC. 8 * 9 * This program is free software; you can redistribute it and/or modify 10 * it under the terms of the GNU General Public License version 2 as 11 * published by the Free Software Foundation. 12 */ 13 14#include "exynos5433-tm2.dts" 15 16/ { 17 model = "Samsung TM2E board"; 18 compatible = "samsung,tm2e", "samsung,exynos5433"; 19}; 20 21&ldo23_reg { 22 regulator-name = "CAM_SEN_CORE_1.025V_AP"; 23 regulator-max-microvolt = <1050000>; 24}; 25 26&ldo25_reg { 27 regulator-name = "UNUSED_LDO25"; 28 regulator-always-off; 29}; 30 31&ldo31_reg { 32 regulator-name = "TSP_VDD_1.8V_AP"; 33 regulator-min-microvolt = <1800000>; 34 regulator-max-microvolt = <1800000>; 35}; 36 37&ldo38_reg { 38 regulator-name = "VCC_3.3V_MOTOR_AP"; 39 regulator-min-microvolt = <3300000>; 40 regulator-max-microvolt = <3300000>; 41}; 42