Lines Matching +full:vdd +full:- +full:flash +full:- +full:supply
1 // SPDX-License-Identifier: GPL-2.0
4 #include "tegra234-p3701.dtsi"
7 compatible = "nvidia,p3701-0008", "nvidia,tegra234";
17 vcc-supply = <&vdd_1v8_hs>;
18 address-width = <8>;
21 read-only;
28 flash@0 {
29 compatible = "jedec,spi-nor";
31 spi-max-frequency = <102000000>;
32 spi-tx-bus-width = <4>;
33 spi-rx-bus-width = <4>;
39 bus-width = <8>;
40 non-removable;
52 nvidia,invert-interrupt;
60 thermal-sensor@4c {
63 vcc-supply = <&vdd_1v8_ao>;
72 vdd_1v8_ao: regulator-vdd-1v8-ao {
73 compatible = "regulator-fixed";
74 regulator-name = "VDD_1V8_AO";
75 regulator-min-microvolt = <1800000>;
76 regulator-max-microvolt = <1800000>;
77 regulator-always-on;
80 vdd_1v8_hs: regulator-vdd-1v8-hs {
81 compatible = "regulator-fixed";
82 regulator-name = "VDD_1V8_HS";
83 regulator-min-microvolt = <1800000>;
84 regulator-max-microvolt = <1800000>;
85 regulator-always-on;
88 vdd_1v8_ls: regulator-vdd-1v8-ls {
89 compatible = "regulator-fixed";
90 regulator-name = "VDD_1V8_LS";
91 regulator-min-microvolt = <1800000>;
92 regulator-max-microvolt = <1800000>;
93 regulator-always-on;
96 vdd_3v3_ao: regulator-vdd-3v3-ao {
97 compatible = "regulator-fixed";
98 regulator-name = "vdd-AO-3v3";
99 regulator-min-microvolt = <3300000>;
100 regulator-max-microvolt = <3300000>;
101 regulator-always-on;
104 vdd_5v0_sys: regulator-vdd-5v0-sys {
105 compatible = "regulator-fixed";
106 regulator-name = "VIN_SYS_5V0";
107 regulator-min-microvolt = <5000000>;
108 regulator-max-microvolt = <5000000>;
109 regulator-always-on;
110 regulator-boot-on;