blob: 44ea218a47209efa7fd6753eaa8f013a96694a9f [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 {
26 /* eMMC VDD */
27 vcore_emmc: ldo1 {
28 regulator-name = "vdd_emmc_core";
29 regulator-min-microvolt = <1000000>;
30 regulator-max-microvolt = <3300000>;
31 regulator-always-on;
32 };
33 };
34 };
35 };
36};