blob: 945ae404acca7793a7c9f58e327d8c93ea25d8c1 [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 Nakasi / ME370T) E1565";
8 compatible = "asus,grouper", "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};