blob: 812d5a1ba705302e623497b50b5143a529f3ad40 [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 {
25 vdd_1v8: sd2 {
26 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>;
37 regulator-max-microvolt = <3100000>;
38 regulator-always-on;
39 };
40 };
41 };
42 };
43
44 panel {
45 display-timings {
46 timing@0 {
47 /* 1280x800@60Hz */
48 clock-frequency = <81750000>;
49
50 hactive = <800>;
51 hfront-porch = <64>;
52 hback-porch = <128>;
53 hsync-len = <64>;
54
55 vactive = <1280>;
56 vfront-porch = <5>;
57 vback-porch = <2>;
58 vsync-len = <1>;
59 };
60 };
61 };
62};