123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724 |
- // SPDX-License-Identifier: GPL-2.0-only
- /*
- * Copyright (C) 2019 André Hentschel <[email protected]>
- */
- /dts-v1/;
- #include "dm3725.dtsi"
- #include <dt-bindings/input/input.h>
- #include <dt-bindings/leds/common.h>
- / {
- model = "Amazon Echo (first generation)";
- compatible = "amazon,omap3-echo", "ti,omap3630", "ti,omap3";
- cpus {
- cpu@0 {
- cpu0-supply = <&vdd1_reg>;
- };
- };
- memory@80000000 {
- device_type = "memory";
- reg = <0x80000000 0xc600000>; /* 198 MB */
- };
- vcc5v: fixedregulator0 {
- compatible = "regulator-fixed";
- regulator-name = "vcc5v";
- regulator-min-microvolt = <5000000>;
- regulator-max-microvolt = <5000000>;
- regulator-boot-on;
- regulator-always-on;
- };
- vcc3v3: fixedregulator1 {
- compatible = "regulator-fixed";
- regulator-name = "vcc3v3";
- regulator-min-microvolt = <3300000>;
- regulator-max-microvolt = <3300000>;
- regulator-boot-on;
- regulator-always-on;
- };
- vcc1v8: fixedregulator2 {
- compatible = "regulator-fixed";
- regulator-name = "vcc1v8";
- regulator-min-microvolt = <1800000>;
- regulator-max-microvolt = <1800000>;
- regulator-boot-on;
- regulator-always-on;
- };
- sdio_pwrseq: sdio-pwrseq {
- compatible = "mmc-pwrseq-simple";
- reset-gpios = <&gpio1 21 GPIO_ACTIVE_LOW>;
- post-power-on-delay-ms = <40>;
- };
- gpio-keys {
- compatible = "gpio-keys";
- pinctrl-names = "default";
- pinctrl-0 = <&button_pins>;
- mute-button {
- label = "mute";
- linux,code = <KEY_MUTE>;
- gpios = <&gpio3 6 GPIO_ACTIVE_LOW>; /* GPIO_70 */
- wakeup-source;
- };
- help-button {
- label = "help";
- linux,code = <KEY_HELP>;
- gpios = <&gpio3 8 GPIO_ACTIVE_LOW>; /* GPIO_72 */
- wakeup-source;
- };
- };
- rotary: rotary-encoder {
- compatible = "rotary-encoder";
- gpios = <
- &gpio3 5 GPIO_ACTIVE_HIGH /* GPIO_69 */
- &gpio3 12 GPIO_ACTIVE_HIGH /* GPIO_76 */
- >;
- linux,axis = <REL_X>;
- rotary-encoder,relative-axis;
- };
- speaker_amp: speaker-amplifier {
- compatible = "simple-audio-amplifier";
- enable-gpios = <&gpio5 1 GPIO_ACTIVE_HIGH>; /* gpio_129 */
- sound-name-prefix = "Speaker Amp";
- VCC-supply = <&vcc1v8>;
- };
- sound {
- compatible = "simple-audio-card";
- simple-audio-card,name = "Misto Speaker";
- simple-audio-card,widgets =
- "Speaker", "Speaker";
- simple-audio-card,routing =
- "Speaker Amp INL", "HPL",
- "Speaker Amp INR", "HPR",
- "Speaker", "Speaker Amp OUTL",
- "Speaker", "Speaker Amp OUTR";
- simple-audio-card,format = "i2s";
- simple-audio-card,bitclock-master = <&sound_master>;
- simple-audio-card,frame-master = <&sound_master>;
- simple-audio-card,aux-devs = <&speaker_amp>;
- simple-audio-card,cpu {
- sound-dai = <&mcbsp2>;
- };
- sound_master: simple-audio-card,codec {
- sound-dai = <&codec0>;
- system-clock-frequency = <19200000>;
- };
- };
- };
- &i2c1 {
- clock-frequency = <400000>;
- tps: tps@2d {
- reg = <0x2d>;
- };
- };
- &mcbsp2 {
- status = "okay";
- #sound-dai-cells = <0>;
- pinctrl-names = "default";
- pinctrl-0 = <&mcbsp2_pins>;
- };
- &i2c2 {
- clock-frequency = <400000>;
- lp5523A: lp5523A@32 {
- #address-cells = <1>;
- #size-cells = <0>;
- compatible = "national,lp5523";
- label = "q1";
- reg = <0x32>;
- clock-mode = /bits/ 8 <0>; /* LP55XX_CLOCK_AUTO */
- enable-gpio = <&gpio4 13 GPIO_ACTIVE_HIGH>; /* GPIO_109 */
- multi-led@0 {
- #address-cells = <1>;
- #size-cells = <0>;
- reg = <0x0>;
- color = <LED_COLOR_ID_RGB>;
- led@0 {
- led-cur = /bits/ 8 <12>;
- max-cur = /bits/ 8 <15>;
- reg = <0x0>;
- color = <LED_COLOR_ID_GREEN>;
- };
- led@1 {
- led-cur = /bits/ 8 <12>;
- max-cur = /bits/ 8 <15>;
- reg = <0x1>;
- color = <LED_COLOR_ID_BLUE>;
- };
- led@6 {
- led-cur = /bits/ 8 <12>;
- max-cur = /bits/ 8 <15>;
- reg = <0x6>;
- color = <LED_COLOR_ID_RED>;
- };
- };
- multi-led@1 {
- #address-cells = <1>;
- #size-cells = <0>;
- reg = <0x1>;
- color = <LED_COLOR_ID_RGB>;
- led@2 {
- led-cur = /bits/ 8 <12>;
- max-cur = /bits/ 8 <15>;
- reg = <0x2>;
- color = <LED_COLOR_ID_GREEN>;
- };
- led@3 {
- led-cur = /bits/ 8 <12>;
- max-cur = /bits/ 8 <15>;
- reg = <0x3>;
- color = <LED_COLOR_ID_BLUE>;
- };
- led@7 {
- led-cur = /bits/ 8 <12>;
- max-cur = /bits/ 8 <15>;
- reg = <0x7>;
- color = <LED_COLOR_ID_RED>;
- };
- };
- multi-led@2 {
- #address-cells = <1>;
- #size-cells = <0>;
- reg = <0x2>;
- color = <LED_COLOR_ID_RGB>;
- led@4 {
- led-cur = /bits/ 8 <12>;
- max-cur = /bits/ 8 <15>;
- reg = <0x4>;
- color = <LED_COLOR_ID_GREEN>;
- };
- led@5 {
- led-cur = /bits/ 8 <12>;
- max-cur = /bits/ 8 <15>;
- reg = <0x5>;
- color = <LED_COLOR_ID_BLUE>;
- };
- led@8 {
- led-cur = /bits/ 8 <12>;
- max-cur = /bits/ 8 <15>;
- reg = <0x8>;
- color = <LED_COLOR_ID_RED>;
- };
- };
- };
- lp5523B: lp5523B@33 {
- #address-cells = <1>;
- #size-cells = <0>;
- compatible = "national,lp5523";
- label = "q3";
- reg = <0x33>;
- clock-mode = /bits/ 8 <0>; /* LP55XX_CLOCK_AUTO */
- multi-led@0 {
- #address-cells = <1>;
- #size-cells = <0>;
- reg = <0x0>;
- color = <LED_COLOR_ID_RGB>;
- led@0 {
- led-cur = /bits/ 8 <12>;
- max-cur = /bits/ 8 <15>;
- reg = <0x0>;
- color = <LED_COLOR_ID_GREEN>;
- };
- led@1 {
- led-cur = /bits/ 8 <12>;
- max-cur = /bits/ 8 <15>;
- reg = <0x1>;
- color = <LED_COLOR_ID_BLUE>;
- };
- led@6 {
- led-cur = /bits/ 8 <12>;
- max-cur = /bits/ 8 <15>;
- reg = <0x6>;
- color = <LED_COLOR_ID_RED>;
- };
- };
- multi-led@1 {
- #address-cells = <1>;
- #size-cells = <0>;
- reg = <0x1>;
- color = <LED_COLOR_ID_RGB>;
- led@2 {
- led-cur = /bits/ 8 <12>;
- max-cur = /bits/ 8 <15>;
- reg = <0x2>;
- color = <LED_COLOR_ID_GREEN>;
- };
- led@3 {
- led-cur = /bits/ 8 <12>;
- max-cur = /bits/ 8 <15>;
- reg = <0x3>;
- color = <LED_COLOR_ID_BLUE>;
- };
- led@7 {
- led-cur = /bits/ 8 <12>;
- max-cur = /bits/ 8 <15>;
- reg = <0x7>;
- color = <LED_COLOR_ID_RED>;
- };
- };
- multi-led@2 {
- #address-cells = <1>;
- #size-cells = <0>;
- reg = <0x2>;
- color = <LED_COLOR_ID_RGB>;
- led@4 {
- led-cur = /bits/ 8 <12>;
- max-cur = /bits/ 8 <15>;
- reg = <0x4>;
- color = <LED_COLOR_ID_GREEN>;
- };
- led@5 {
- led-cur = /bits/ 8 <12>;
- max-cur = /bits/ 8 <15>;
- reg = <0x5>;
- color = <LED_COLOR_ID_BLUE>;
- };
- led@8 {
- led-cur = /bits/ 8 <12>;
- max-cur = /bits/ 8 <15>;
- reg = <0x8>;
- color = <LED_COLOR_ID_RED>;
- };
- };
- };
- lp5523C: lp5523C@34 {
- #address-cells = <1>;
- #size-cells = <0>;
- compatible = "national,lp5523";
- label = "q4";
- reg = <0x34>;
- clock-mode = /bits/ 8 <0>; /* LP55XX_CLOCK_AUTO */
- multi-led@0 {
- #address-cells = <1>;
- #size-cells = <0>;
- reg = <0x0>;
- color = <LED_COLOR_ID_RGB>;
- led@0 {
- led-cur = /bits/ 8 <12>;
- max-cur = /bits/ 8 <15>;
- reg = <0x0>;
- color = <LED_COLOR_ID_GREEN>;
- };
- led@1 {
- led-cur = /bits/ 8 <12>;
- max-cur = /bits/ 8 <15>;
- reg = <0x1>;
- color = <LED_COLOR_ID_BLUE>;
- };
- led@6 {
- led-cur = /bits/ 8 <12>;
- max-cur = /bits/ 8 <15>;
- reg = <0x6>;
- color = <LED_COLOR_ID_RED>;
- };
- };
- multi-led@1 {
- #address-cells = <1>;
- #size-cells = <0>;
- reg = <0x1>;
- color = <LED_COLOR_ID_RGB>;
- led@2 {
- led-cur = /bits/ 8 <12>;
- max-cur = /bits/ 8 <15>;
- reg = <0x2>;
- color = <LED_COLOR_ID_GREEN>;
- };
- led@3 {
- led-cur = /bits/ 8 <12>;
- max-cur = /bits/ 8 <15>;
- reg = <0x3>;
- color = <LED_COLOR_ID_BLUE>;
- };
- led@7 {
- led-cur = /bits/ 8 <12>;
- max-cur = /bits/ 8 <15>;
- reg = <0x7>;
- color = <LED_COLOR_ID_RED>;
- };
- };
- multi-led@2 {
- #address-cells = <1>;
- #size-cells = <0>;
- reg = <0x2>;
- color = <LED_COLOR_ID_RGB>;
- led@4 {
- led-cur = /bits/ 8 <12>;
- max-cur = /bits/ 8 <15>;
- reg = <0x4>;
- color = <LED_COLOR_ID_GREEN>;
- };
- led@5 {
- led-cur = /bits/ 8 <12>;
- max-cur = /bits/ 8 <15>;
- reg = <0x5>;
- color = <LED_COLOR_ID_BLUE>;
- };
- led@8 {
- led-cur = /bits/ 8 <12>;
- max-cur = /bits/ 8 <15>;
- reg = <0x8>;
- color = <LED_COLOR_ID_RED>;
- };
- };
- };
- lp5523D: lp552D@35 {
- #address-cells = <1>;
- #size-cells = <0>;
- compatible = "national,lp5523";
- label = "q2";
- reg = <0x35>;
- clock-mode = /bits/ 8 <0>; /* LP55XX_CLOCK_AUTO */
- multi-led@0 {
- #address-cells = <1>;
- #size-cells = <0>;
- reg = <0x0>;
- color = <LED_COLOR_ID_RGB>;
- led@0 {
- led-cur = /bits/ 8 <12>;
- max-cur = /bits/ 8 <15>;
- reg = <0x0>;
- color = <LED_COLOR_ID_GREEN>;
- };
- led@1 {
- led-cur = /bits/ 8 <12>;
- max-cur = /bits/ 8 <15>;
- reg = <0x1>;
- color = <LED_COLOR_ID_BLUE>;
- };
- led@6 {
- led-cur = /bits/ 8 <12>;
- max-cur = /bits/ 8 <15>;
- reg = <0x6>;
- color = <LED_COLOR_ID_RED>;
- };
- };
- multi-led@1 {
- #address-cells = <1>;
- #size-cells = <0>;
- reg = <0x1>;
- color = <LED_COLOR_ID_RGB>;
- led@2 {
- led-cur = /bits/ 8 <12>;
- max-cur = /bits/ 8 <15>;
- reg = <0x2>;
- color = <LED_COLOR_ID_GREEN>;
- };
- led@3 {
- led-cur = /bits/ 8 <12>;
- max-cur = /bits/ 8 <15>;
- reg = <0x3>;
- color = <LED_COLOR_ID_BLUE>;
- };
- led@7 {
- led-cur = /bits/ 8 <12>;
- max-cur = /bits/ 8 <15>;
- reg = <0x7>;
- color = <LED_COLOR_ID_RED>;
- };
- };
- multi-led@2 {
- #address-cells = <1>;
- #size-cells = <0>;
- reg = <0x2>;
- color = <LED_COLOR_ID_RGB>;
- led@4 {
- led-cur = /bits/ 8 <12>;
- max-cur = /bits/ 8 <15>;
- reg = <0x4>;
- color = <LED_COLOR_ID_GREEN>;
- };
- led@5 {
- led-cur = /bits/ 8 <12>;
- max-cur = /bits/ 8 <15>;
- reg = <0x5>;
- color = <LED_COLOR_ID_BLUE>;
- };
- led@8 {
- led-cur = /bits/ 8 <12>;
- max-cur = /bits/ 8 <15>;
- reg = <0x8>;
- color = <LED_COLOR_ID_RED>;
- };
- };
- };
- };
- &i2c3 {
- clock-frequency = <400000>;
- codec0: codec@18 {
- #sound-dai-cells = <0>;
- compatible = "ti,tlv320aic32x4";
- reg = <0x18>;
- clocks = <&sys_clkout1>;
- clock-names = "mclk";
- ldoin-supply = <&vcc1v8>;
- iov-supply = <&vcc1v8>;
- reset-gpios = <&gpio3 10 GPIO_ACTIVE_LOW>; /* gpio_74 */
- };
- };
- #include "tps65910.dtsi"
- &omap3_pmx_core {
- tps_pins: pinmux_tps_pins {
- pinctrl-single,pins = <
- OMAP3_CORE1_IOPAD(0x21e0, PIN_INPUT_PULLUP | PIN_OFF_INPUT_PULLUP | PIN_OFF_OUTPUT_LOW | PIN_OFF_WAKEUPENABLE | MUX_MODE0) /* sys_nirq.sys_nirq */
- >;
- };
- button_pins: pinmux_button_pins {
- pinctrl-single,pins = <
- OMAP3_CORE1_IOPAD(0x20dc, PIN_INPUT | MUX_MODE4) /* dss_data0.gpio_70 */
- OMAP3_CORE1_IOPAD(0x20e0, PIN_INPUT | MUX_MODE4) /* dss_data2.gpio_72 */
- OMAP3_CORE1_IOPAD(0x20e4, PIN_OUTPUT | MUX_MODE4) /* dss_data4.gpio_74 */
- OMAP3_CORE1_IOPAD(0x20fa, PIN_OUTPUT_PULLDOWN | MUX_MODE4) /* dss_data15.gpio_85 */
- OMAP3_CORE1_IOPAD(0x2a1a, PIN_OUTPUT | MUX_MODE0) /* sys_clkout1.sys_clkout1 */
- >;
- };
- mmc1_pins: pinmux_mmc1_pins {
- pinctrl-single,pins = <
- OMAP3_CORE1_IOPAD(0x2144, PIN_INPUT_PULLUP | MUX_MODE0) /* sdmmc1_clk.sdmmc1_clk */
- OMAP3_CORE1_IOPAD(0x2146, PIN_INPUT_PULLUP | MUX_MODE0) /* sdmmc1_cmd.sdmmc1_cmd */
- OMAP3_CORE1_IOPAD(0x2148, PIN_INPUT_PULLUP | MUX_MODE0) /* sdmmc1_dat0.sdmmc1_dat0 */
- OMAP3_CORE1_IOPAD(0x214a, PIN_INPUT_PULLUP | MUX_MODE0) /* sdmmc1_dat1.sdmmc1_dat1 */
- OMAP3_CORE1_IOPAD(0x214c, PIN_INPUT_PULLUP | MUX_MODE0) /* sdmmc1_dat2.sdmmc1_dat2 */
- OMAP3_CORE1_IOPAD(0x214e, PIN_INPUT_PULLUP | MUX_MODE0) /* sdmmc1_dat3.sdmmc1_dat3 */
- >;
- };
- mmc2_pins: pinmux_mmc2_pins {
- pinctrl-single,pins = <
- OMAP3_CORE1_IOPAD(0x2158, PIN_INPUT_PULLUP | MUX_MODE0) /* sdmmc2_clk.sdmmc2_clk */
- OMAP3_CORE1_IOPAD(0x215a, PIN_INPUT_PULLUP | MUX_MODE0) /* sdmmc2_cmd.sdmmc2_cmd */
- OMAP3_CORE1_IOPAD(0x215c, PIN_INPUT_PULLUP | MUX_MODE0) /* sdmmc2_dat0.sdmmc2_dat0 */
- OMAP3_CORE1_IOPAD(0x215e, PIN_INPUT_PULLUP | MUX_MODE0) /* sdmmc2_dat1.sdmmc2_dat1 */
- OMAP3_CORE1_IOPAD(0x2160, PIN_INPUT_PULLUP | MUX_MODE0) /* sdmmc2_dat2.sdmmc2_dat2 */
- OMAP3_CORE1_IOPAD(0x2162, PIN_INPUT_PULLUP | MUX_MODE0) /* sdmmc2_dat3.sdmmc2_dat3 */
- OMAP3_CORE1_IOPAD(0x2164, PIN_INPUT_PULLUP | MUX_MODE0) /* sdmmc2_dat4.sdmmc2_dat4 */
- OMAP3_CORE1_IOPAD(0x2166, PIN_INPUT_PULLUP | MUX_MODE0) /* sdmmc2_dat5.sdmmc2_dat5 */
- OMAP3_CORE1_IOPAD(0x2168, PIN_INPUT_PULLUP | MUX_MODE0) /* sdmmc2_dat6.sdmmc2_dat6 */
- OMAP3_CORE1_IOPAD(0x216a, PIN_INPUT_PULLUP | MUX_MODE0) /* sdmmc2_dat7.sdmmc2_dat7 */
- >;
- };
- mcbsp2_pins: pinmux_mcbsp2_pins {
- pinctrl-single,pins = <
- OMAP3_CORE1_IOPAD(0x213c, PIN_INPUT | MUX_MODE0) /* mcbsp2_fsx.mcbsp2_fsx */
- OMAP3_CORE1_IOPAD(0x213e, PIN_INPUT | MUX_MODE0) /* mcbsp2_clkx.mcbsp2_clkx */
- OMAP3_CORE1_IOPAD(0x2140, PIN_INPUT | MUX_MODE0) /* mcbsp2_dr.mcbsp2.dr */
- OMAP3_CORE1_IOPAD(0x2142, PIN_OUTPUT | MUX_MODE0) /* mcbsp2_dx.mcbsp2_dx */
- >;
- };
- };
- &omap3_pmx_core2 {
- mmc3_pins: pinmux_mmc3_pins {
- pinctrl-single,pins = <
- OMAP3630_CORE2_IOPAD(0x25d8, PIN_INPUT_PULLUP | MUX_MODE2) /* etk_clk.sdmmc3_clk */
- OMAP3630_CORE2_IOPAD(0x25da, PIN_INPUT_PULLUP | MUX_MODE2) /* etk_ctl.sdmmc3_cmd */
- OMAP3630_CORE2_IOPAD(0x25e2, PIN_INPUT_PULLUP | MUX_MODE2) /* etk_d3.sdmmc3_dat3 */
- OMAP3630_CORE2_IOPAD(0x25e4, PIN_INPUT_PULLUP | MUX_MODE2) /* etk_d4.sdmmc3_dat0 */
- OMAP3630_CORE2_IOPAD(0x25e6, PIN_INPUT_PULLUP | MUX_MODE2) /* etk_d5.sdmmc3_dat1 */
- OMAP3630_CORE2_IOPAD(0x25e8, PIN_INPUT_PULLUP | MUX_MODE2) /* etk_d6.sdmmc3_dat2 */
- >;
- };
- };
- &mmc1 {
- status = "okay";
- bus-width = <4>;
- pinctrl-names = "default";
- pinctrl-0 = <&mmc1_pins>;
- vmmc-supply = <&vmmc_reg>;
- };
- &mmc2 {
- status = "okay";
- bus-width = <8>;
- pinctrl-names = "default";
- pinctrl-0 = <&mmc2_pins>;
- vmmc-supply = <&vmmc_reg>;
- };
- &mmc3 {
- #address-cells = <1>;
- #size-cells = <0>;
- status = "okay";
- bus-width = <4>;
- pinctrl-names = "default";
- pinctrl-0 = <&mmc3_pins>;
- non-removable;
- disable-wp;
- mmc-pwrseq = <&sdio_pwrseq>;
- vmmc-supply = <&vcc3v3>;
- vqmmc-supply = <&vcc1v8>;
- atheros@0 {
- compatible = "atheros,ath6kl";
- reg = <0>;
- bus-width = <4>;
- };
- };
- &tps {
- pinctrl-names = "default";
- pinctrl-0 = <&tps_pins>;
- interrupts = <7>; /* SYS_NIRQ cascaded to intc */
- interrupt-parent = <&intc>;
- ti,en-ck32k-xtal;
- ti,system-power-controller;
- vcc1-supply = <&vcc5v>;
- vcc2-supply = <&vcc5v>;
- vcc3-supply = <&vcc5v>;
- vcc4-supply = <&vcc5v>;
- vcc5-supply = <&vcc5v>;
- vcc6-supply = <&vcc5v>;
- vcc7-supply = <&vcc5v>;
- vccio-supply = <&vcc5v>;
- regulators {
- vio_reg: regulator@1 {
- regulator-min-microvolt = <1800000>;
- regulator-max-microvolt = <1800000>;
- regulator-always-on;
- };
- vdd1_reg: regulator@2 {
- regulator-name = "vdd_mpu";
- regulator-min-microvolt = <600000>;
- regulator-max-microvolt = <1500000>;
- regulator-boot-on;
- regulator-always-on;
- };
- vdd2_reg: regulator@3 {
- regulator-name = "vdd_dsp";
- regulator-min-microvolt = <600000>;
- regulator-max-microvolt = <1500000>;
- regulator-always-on;
- };
- vdd3_reg: regulator@4 {
- regulator-name = "vdd_core";
- regulator-min-microvolt = <5000000>;
- regulator-max-microvolt = <5000000>;
- regulator-always-on;
- };
- vdig1_reg: regulator@5 {
- regulator-min-microvolt = <1200000>;
- regulator-max-microvolt = <2700000>;
- regulator-always-on;
- };
- vdig2_reg: regulator@6 {
- regulator-min-microvolt = <1000000>;
- regulator-max-microvolt = <1800000>;
- regulator-always-on;
- };
- vpll_reg: regulator@7 {
- regulator-min-microvolt = <1000000>;
- regulator-max-microvolt = <2500000>;
- regulator-always-on;
- };
- vdac_reg: regulator@8 {
- regulator-min-microvolt = <1100000>;
- regulator-max-microvolt = <3300000>;
- regulator-always-on;
- };
- vaux1_reg: regulator@9 {
- regulator-min-microvolt = <1800000>;
- regulator-max-microvolt = <2850000>;
- regulator-always-on;
- };
- vaux2_reg: regulator@10 {
- regulator-min-microvolt = <1800000>;
- regulator-max-microvolt = <3300000>;
- regulator-always-on;
- };
- vaux33_reg: regulator@11 {
- regulator-min-microvolt = <1800000>;
- regulator-max-microvolt = <3300000>;
- regulator-always-on;
- };
- vmmc_reg: regulator@12 {
- regulator-min-microvolt = <1800000>;
- regulator-max-microvolt = <3000000>;
- regulator-always-on;
- };
- };
- };
|