blob: cf03011bc1fad9514cdc163673a7809f9141c32d [file] [log] [blame]
Svyatoslav Ryhel88fd1562023-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 Ryhelcaa4a462023-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 Ryhel88fd1562023-06-30 10:29:04 +030034 /* eMMC VDD */
35 vcore_emmc: ldo1 {
36 regulator-name = "vdd_emmc_core";
Svyatoslav Ryhelcaa4a462023-10-03 09:36:41 +030037 regulator-min-microvolt = <3300000>;
Svyatoslav Ryhel88fd1562023-06-30 10:29:04 +030038 regulator-max-microvolt = <3300000>;
Svyatoslav Ryhel193e9482023-08-26 18:46:27 +030039 regulator-boot-on;
Svyatoslav Ryhel88fd1562023-06-30 10:29:04 +030040 };
41 };
42 };
43 };
44};