1 // SPDX-License-Identifier: GPL-2.0 2 /* 3 * Samsung's Exynos4212 based Galaxy Tab 3 8.0 4 * source 5 * 6 * Copyright (c) 2013 Samsung Electronics Co., 7 * http://www.samsung.com 8 */ 9 10 /dts-v1/; 11 #include "exynos4212-tab3.dtsi" 12 13 / { 14 model = "Samsung Galaxy Tab 3 8.0 3G ( 15 compatible = "samsung,t311", "samsung, 16 chassis-type = "tablet"; 17 }; 18 19 /* Pin control sleep state overrides */ 20 &sleep0 { 21 PIN_SLP(gpb-5, INPUT, UP); 22 }; 23 24 &sleep1 { 25 PIN_SLP(gpl0-0, OUT0, NONE); 26 PIN_SLP(gpl1-0, OUT0, NONE); 27 PIN_SLP(gpl2-4, OUT0, NONE); 28 PIN_SLP(gpm3-3, OUT1, NONE); 29 };
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.