Svyatoslav Ryhel | 855ffdf | 2023-06-30 10:29:04 +0300 | [diff] [blame] | 1 | // 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 Ryhel | bc8bd96 | 2023-10-03 09:36:41 +0300 | [diff] [blame] | 26 | 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 Ryhel | 855ffdf | 2023-06-30 10:29:04 +0300 | [diff] [blame] | 34 | /* eMMC VDD */ |
| 35 | vcore_emmc: ldo1 { |
| 36 | regulator-name = "vdd_emmc_core"; |
Svyatoslav Ryhel | bc8bd96 | 2023-10-03 09:36:41 +0300 | [diff] [blame] | 37 | regulator-min-microvolt = <3300000>; |
Svyatoslav Ryhel | 855ffdf | 2023-06-30 10:29:04 +0300 | [diff] [blame] | 38 | regulator-max-microvolt = <3300000>; |
Svyatoslav Ryhel | 855ffdf | 2023-06-30 10:29:04 +0300 | [diff] [blame] | 39 | }; |
| 40 | }; |
| 41 | }; |
| 42 | }; |
| 43 | }; |