Documentation / devicetree / bindings / regulator / mediatek,mt6331-regulator.yaml


Based on kernel version 6.8. Page generated on 2024-03-11 21:26 EST.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273
# SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
%YAML 1.2
---
$id: http://devicetree.org/schemas/regulator/mediatek,mt6331-regulator.yaml#
$schema: http://devicetree.org/meta-schemas/core.yaml#

title: MT6331 Regulator from MediaTek Integrated

maintainers:
  - AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>

description: |
  The MT6331 PMIC provides 6 BUCK and 21 LDO (Low Dropout) regulators
  and nodes are named according to the regulator type:
  buck-<name> and ldo-<name>.
  MT6331 regulators node should be sub node of the MT6397 MFD node.

patternProperties:
  "^buck-v(core2|io18|dvfs11|dvfs12|dvfs13|dvfs14)$":
    type: object
    $ref: regulator.yaml#

    properties:
      regulator-name:
        pattern: "^v(core2|io18|dvfs11|dvfs12|dvfs13|dvfs14)$"

    unevaluatedProperties: false
 
  "^ldo-v(avdd32aud|auxa32)$":
    type: object
    $ref: regulator.yaml#

    properties:
      regulator-name:
        pattern: "^v(avdd32aud|auxa32)$"

    unevaluatedProperties: false
 
  "^ldo-v(dig18|emc33|ibr|mc|mch|mipi|rtc|sram|usb10)$":
    type: object
    $ref: regulator.yaml#

    properties:
      regulator-name:
        pattern: "^v(dig18|emc33|ibr|mc|mch|mipi|rtc|sram|usb10)$"

    unevaluatedProperties: false
 
  "^ldo-vcam(a|af|d|io)$":
    type: object
    $ref: regulator.yaml#

    properties:
      regulator-name:
        pattern: "^vcam(a|af|d|io)$"

    unevaluatedProperties: false
 
  "^ldo-vtcxo[12]$":
    type: object
    $ref: regulator.yaml#

    properties:
      regulator-name:
        pattern: "^vtcxo[12]$"

    required:
      - regulator-name

    unevaluatedProperties: false
 
  "^ldo-vgp[1234]$":
    type: object
    $ref: regulator.yaml#

    properties:
      regulator-name:
        pattern: "^vgp[12]$"

    required:
      - regulator-name

    unevaluatedProperties: false

additionalProperties: false

examples:
  - |
    pmic {
      regulators {
        mt6331_vdvfs11_reg: buck-vdvfs11 {
          regulator-name = "vdvfs11";
          regulator-min-microvolt = <700000>;
          regulator-max-microvolt = <1493750>;
          regulator-ramp-delay = <12500>;
          regulator-enable-ramp-delay = <1>;
          regulator-allowed-modes = <0 1>;
        };
        mt6331_vdvfs12_reg: buck-vdvfs12 {
          regulator-name = "vdvfs12";
          regulator-min-microvolt = <700000>;
          regulator-max-microvolt = <1493750>;
          regulator-ramp-delay = <12500>;
          regulator-enable-ramp-delay = <1>;
          regulator-allowed-modes = <0 1>;
        };
        mt6331_vdvfs13_reg: buck-vdvfs13 {
          regulator-name = "vdvfs13";
          regulator-min-microvolt = <700000>;
          regulator-max-microvolt = <1493750>;
          regulator-ramp-delay = <12500>;
          regulator-enable-ramp-delay = <1>;
          regulator-allowed-modes = <0 1>;
        };
        mt6331_vdvfs14_reg: buck-vdvfs14 {
          regulator-name = "vdvfs14";
          regulator-min-microvolt = <700000>;
          regulator-max-microvolt = <1493750>;
          regulator-ramp-delay = <12500>;
          regulator-enable-ramp-delay = <1>;
          regulator-allowed-modes = <0 1>;
        };
        mt6331_vcore2_reg: buck-vcore2 {
          regulator-name = "vcore2";
          regulator-min-microvolt = <700000>;
          regulator-max-microvolt = <1493750>;
          regulator-ramp-delay = <12500>;
          regulator-enable-ramp-delay = <1>;
          regulator-allowed-modes = <0 1>;
        };
        mt6331_vio18_reg: buck-vio18 {
          regulator-name = "vio18";
          regulator-min-microvolt = <1800000>;
          regulator-max-microvolt = <1800000>;
          regulator-ramp-delay = <12500>;
          regulator-enable-ramp-delay = <0>;
          regulator-allowed-modes = <0 1>;
        };
        mt6331_vtcxo1_reg: ldo-vtcxo1 {
          regulator-name = "vtcxo1";
          regulator-min-microvolt = <2800000>;
          regulator-max-microvolt = <2800000>;
          regulator-always-on;
          regulator-boot-on;
        };
        mt6331_vtcxo2_reg: ldo-vtcxo2 {
          regulator-name = "vtcxo2";
          regulator-min-microvolt = <2800000>;
          regulator-max-microvolt = <2800000>;
          regulator-always-on;
          regulator-boot-on;
        };
        mt6331_avdd32_aud_reg: ldo-avdd32aud {
          regulator-name = "avdd32_aud";
          regulator-min-microvolt = <2800000>;
          regulator-max-microvolt = <3200000>;
        };
        mt6331_vauxa32_reg: ldo-vauxa32 {
          regulator-name = "vauxa32";
          regulator-min-microvolt = <2800000>;
          regulator-max-microvolt = <3200000>;
        };
        mt6331_vcama_reg: ldo-vcama {
          regulator-name = "vcama";
          regulator-min-microvolt = <1500000>;
          regulator-max-microvolt = <2800000>;
          regulator-always-on;
        };
        mt6331_vio28_reg: ldo-vio28 {
          regulator-name = "vio28";
          regulator-min-microvolt = <2800000>;
          regulator-max-microvolt = <2800000>;
          regulator-always-on;
          regulator-boot-on;
        };
        mt6331_vcamaf_reg: ldo-vcamaf {
          regulator-name = "vcam_af";
          regulator-min-microvolt = <1200000>;
          regulator-max-microvolt = <3300000>;
        };
        mt6331_vmc_reg: ldo-vmc {
          regulator-name = "vmc";
          regulator-min-microvolt = <1800000>;
          regulator-max-microvolt = <3300000>;
        };
        mt6331_vmch_reg: ldo-vmch {
          regulator-name = "vmch";
          regulator-min-microvolt = <3000000>;
          regulator-max-microvolt = <3300000>;
        };
        mt6331_vemc33_reg: ldo-vemc33 {
          regulator-name = "vemc33";
          regulator-min-microvolt = <3300000>;
          regulator-max-microvolt = <3300000>;
        };
        mt6331_vgp1_reg: ldo-vgp1 {
          regulator-name = "vgp1";
          regulator-min-microvolt = <1200000>;
          regulator-max-microvolt = <3300000>;
        };
        mt6331_vsim1_reg: ldo-vsim1 {
          regulator-name = "vsim1";
          regulator-min-microvolt = <1700000>;
          regulator-max-microvolt = <3100000>;
        };
        mt6331_vsim2_reg: ldo-vsim2 {
          regulator-name = "vsim2";
          regulator-min-microvolt = <1700000>;
          regulator-max-microvolt = <3100000>;
        };
        mt6331_vmipi_reg: ldo-vmipi {
          regulator-name = "vmipi";
          regulator-min-microvolt = <1200000>;
          regulator-max-microvolt = <3300000>;
        };
        mt6331_vibr_reg: ldo-vibr {
          regulator-name = "vibr";
          regulator-min-microvolt = <1200000>;
          regulator-max-microvolt = <3300000>;
        };
        mt6331_vgp4_reg: ldo-vgp4 {
          regulator-name = "vgp4";
          regulator-min-microvolt = <1600000>;
          regulator-max-microvolt = <2200000>;
        };
        mt6331_vcamd_reg: ldo-vcamd {
          regulator-name = "vcamd";
          regulator-min-microvolt = <900000>;
          regulator-max-microvolt = <1500000>;
        };
        mt6331_vusb10_reg: ldo-vusb10 {
          regulator-name = "vusb";
          regulator-min-microvolt = <1000000>;
          regulator-max-microvolt = <1300000>;
          regulator-boot-on;
        };
        mt6331_vcamio_reg: ldo-vcamio {
          regulator-name = "vcam_io";
          regulator-min-microvolt = <1200000>;
          regulator-max-microvolt = <1800000>;
        };
        mt6331_vsram_reg: ldo-vsram {
          regulator-name = "vsram";
          regulator-min-microvolt = <1012500>;
          regulator-max-microvolt = <1012500>;
          regulator-always-on;
          regulator-boot-on;
        };
        mt6331_vgp2_reg: ldo-vgp2 {
          regulator-name = "vgp2";
          regulator-min-microvolt = <1100000>;
          regulator-max-microvolt = <1500000>;
          regulator-boot-on;
        };
        mt6331_vgp3_reg: ldo-vgp3 {
          regulator-name = "vgp3";
          regulator-min-microvolt = <1200000>;
          regulator-max-microvolt = <1800000>;
        };
        mt6331_vrtc_reg: ldo-vrtc {
          regulator-name = "vrtc";
          regulator-min-microvolt = <2800000>;
          regulator-max-microvolt = <2800000>;
          regulator-always-on;
        };
        mt6331_vdig18_reg: ldo-vdig18 {
          regulator-name = "dvdd18_dig";
          regulator-min-microvolt = <1800000>;
          regulator-max-microvolt = <1800000>;
        };
      };
    };
...