Tom Rini | 53633a8 | 2024-02-29 12:33:36 -0500 | [diff] [blame^] | 1 | // SPDX-License-Identifier: (GPL-2.0+ OR MIT) |
2 | /* | ||||
3 | * Google Lazor board device tree source | ||||
4 | * | ||||
5 | * Copyright 2020 Google LLC. | ||||
6 | */ | ||||
7 | |||||
8 | #include "sc7180-trogdor-lazor-r1.dts" | ||||
9 | #include "sc7180-trogdor-lte-sku.dtsi" | ||||
10 | |||||
11 | / { | ||||
12 | model = "Google Lazor (rev1 - 2) with LTE"; | ||||
13 | compatible = "google,lazor-rev1-sku0", "google,lazor-rev2-sku0", "qcom,sc7180"; | ||||
14 | }; | ||||
15 | |||||
16 | &ap_sar_sensor_i2c { | ||||
17 | status = "okay"; | ||||
18 | }; | ||||
19 | |||||
20 | &keyboard_backlight { | ||||
21 | status = "okay"; | ||||
22 | }; |