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 WiFi 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 WiFi (SM-T310) based on Exynos4212"; |
| 15 | compatible = "samsung,t310", "samsung,tab3", "samsung,exynos4212", "samsung,exynos4"; |
| 16 | chassis-type = "tablet"; |
| 17 | }; |
| 18 | |
| 19 | &i2c_lightsensor { |
| 20 | status = "okay"; |
| 21 | |
| 22 | lightsensor@10 { |
| 23 | compatible = "capella,cm3323"; |
| 24 | reg = <0x10>; |
| 25 | }; |
| 26 | }; |