blob: 4363bfc87d8e2230e72d0cad9cc1d55b90c242e7 [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) PM269";
8 compatible = "asus,grouper", "nvidia,tegra30";
9
10 i2c@7000d000 {
11 /* Texas Instruments TPS659110 PMIC */
12 pmic: tps65911@2d {
13 compatible = "ti,tps65911";
14 reg = <0x2d>;
15
16 interrupts = <GIC_SPI 86 IRQ_TYPE_LEVEL_HIGH>;
17 #interrupt-cells = <2>;
18 interrupt-controller;
19
20 ti,system-power-controller;
21
22 #gpio-cells = <2>;
23 gpio-controller;
24
25 regulators {
Svyatoslav Ryhelbc8bd962023-10-03 09:36:41 +030026 vdd_1v8_vio: vddio {
27 regulator-name = "vdd_1v8_gen";
28 regulator-min-microvolt = <1800000>;
29 regulator-max-microvolt = <1800000>;
30 regulator-always-on;
31 regulator-boot-on;
32 };
33
Svyatoslav Ryhel855ffdf2023-06-30 10:29:04 +030034 /* eMMC VDD */
35 vcore_emmc: ldo1 {
36 regulator-name = "vdd_emmc_core";
Svyatoslav Ryhelbc8bd962023-10-03 09:36:41 +030037 regulator-min-microvolt = <3300000>;
Svyatoslav Ryhel855ffdf2023-06-30 10:29:04 +030038 regulator-max-microvolt = <3300000>;
Svyatoslav Ryhel855ffdf2023-06-30 10:29:04 +030039 };
40 };
41 };
42 };
43};