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) 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 Ryhel | bc8bd96 | 2023-10-03 09:36:41 +0300 | [diff] [blame] | 25 | vdd_1v8_vio: sd2 { |
Svyatoslav Ryhel | 855ffdf | 2023-06-30 10:29:04 +0300 | [diff] [blame] | 26 | 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 Ryhel | bc8bd96 | 2023-10-03 09:36:41 +0300 | [diff] [blame] | 37 | regulator-max-microvolt = <2850000>; |
Svyatoslav Ryhel | 855ffdf | 2023-06-30 10:29:04 +0300 | [diff] [blame] | 38 | }; |
| 39 | }; |
| 40 | }; |
| 41 | }; |
| 42 | }; |