1// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
2/*
3 * Google Mrbland board device tree source
4 *
5 * Copyright 2021 Google LLC.
6 *
7 */
8
9/dts-v1/;
10
11#include "sc7180-trogdor-mrbland.dtsi"
12
13&avdd_lcd {
14	gpio = <&tlmm 80 GPIO_ACTIVE_HIGH>;
15};
16
17&panel {
18	enable-gpios = <&tlmm 76 GPIO_ACTIVE_HIGH>;
19};
20
21&v1p8_mipi {
22	gpio = <&tlmm 81 GPIO_ACTIVE_HIGH>;
23};
24
25/* PINCTRL - modifications to sc7180-trogdor-mrbland.dtsi */
26&avdd_lcd_en {
27	pins = "gpio80";
28};
29
30&mipi_1800_en {
31	pins = "gpio81";
32};
33
34&vdd_reset_1800 {
35	pins = "gpio76";
36};
37