blob: 89348fde134353f488034671d4eb4a079e3339c4 [file] [log] [blame]
Svyatoslav Ryhel855ffdf2023-06-30 10:29:04 +03001// SPDX-License-Identifier: GPL-2.0
2/dts-v1/;
3
4#include "tegra30-asus-grouper-common.dtsi"
5
6/ {
7 model = "ASUS Google Nexus 7 (Project Bach / ME370TG) E1565";
8 compatible = "asus,tilapia", "nvidia,tegra30";
9
10 i2c@7000d000 {
11 pmic: max77663@3c {
12 compatible = "maxim,max77663";
13 reg = <0x3c>;
14
15 interrupts = <GIC_SPI 86 IRQ_TYPE_LEVEL_HIGH>;
16 #interrupt-cells = <2>;
17 interrupt-controller;
18
19 system-power-controller;
20
21 #gpio-cells = <2>;
22 gpio-controller;
23
24 regulators {
Svyatoslav Ryhelbc8bd962023-10-03 09:36:41 +030025 vdd_1v8_vio: sd2 {
Svyatoslav Ryhel855ffdf2023-06-30 10:29:04 +030026 regulator-name = "vdd_1v8_gen";
27 regulator-min-microvolt = <1800000>;
28 regulator-max-microvolt = <1800000>;
29 regulator-always-on;
30 regulator-boot-on;
31 };
32
33 /* eMMC VDD */
34 vcore_emmc: ldo3 {
35 regulator-name = "vcore_emmc";
36 regulator-min-microvolt = <2850000>;
Svyatoslav Ryhelbc8bd962023-10-03 09:36:41 +030037 regulator-max-microvolt = <2850000>;
Svyatoslav Ryhel855ffdf2023-06-30 10:29:04 +030038 };
39 };
40 };
41 };
42
43 panel {
44 display-timings {
45 timing@0 {
46 /* 1280x800@60Hz */
47 clock-frequency = <81750000>;
48
49 hactive = <800>;
50 hfront-porch = <64>;
51 hback-porch = <128>;
52 hsync-len = <64>;
53
54 vactive = <1280>;
55 vfront-porch = <5>;
56 vback-porch = <2>;
57 vsync-len = <1>;
58 };
59 };
60 };
61};