Tom Rini | 53633a8 | 2024-02-29 12:33:36 -0500 | [diff] [blame^] | 1 | // SPDX-License-Identifier: GPL-2.0 |
| 2 | /* |
| 3 | * Samsung's Exynos4212 based Galaxy Tab 3 8.0 LTE board device tree |
| 4 | * source |
| 5 | * |
| 6 | * Copyright (c) 2013 Samsung Electronics Co., Ltd. |
| 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 LTE (SM-T315) based on Exynos4212"; |
| 15 | compatible = "samsung,t315", "samsung,tab3", "samsung,exynos4212", "samsung,exynos4"; |
| 16 | chassis-type = "tablet"; |
| 17 | }; |
| 18 | |
| 19 | /* Pin control sleep state overrides */ |
| 20 | &sleep0 { |
| 21 | PIN_SLP(gpa0-4, INPUT, UP); |
| 22 | PIN_SLP(gpa0-5, INPUT, UP); |
| 23 | |
| 24 | PIN_SLP(gpb-5, INPUT, UP); |
| 25 | |
| 26 | PIN_SLP(gpc0-0, PREV, NONE); |
| 27 | PIN_SLP(gpc1-3, INPUT, NONE); |
| 28 | |
| 29 | PIN_SLP(gpf1-6, INPUT, NONE); |
| 30 | PIN_SLP(gpf2-2, PREV, NONE); |
| 31 | }; |
| 32 | |
| 33 | &sleep1 { |
| 34 | PIN_SLP(gpl0-0, PREV, NONE); |
| 35 | |
| 36 | PIN_SLP(gpl1-0, PREV, NONE); |
| 37 | |
| 38 | PIN_SLP(gpl2-1, INPUT, DOWN); |
| 39 | PIN_SLP(gpl2-2, INPUT, DOWN); |
| 40 | PIN_SLP(gpl2-4, OUT0, NONE); |
| 41 | PIN_SLP(gpl2-5, PREV, NONE); |
| 42 | |
| 43 | PIN_SLP(gpm3-3, OUT1, NONE); |
| 44 | }; |