mirror of
https://github.com/easytarget/MQ-Pro-IO.git
synced 2025-10-14 01:35:52 +01:00
33 lines
685 B
Plaintext
33 lines
685 B
Plaintext
# 0 "sun20i-common-regulators.dtsi"
|
|
# 0 "<built-in>"
|
|
# 0 "<command-line>"
|
|
# 1 "sun20i-common-regulators.dtsi"
|
|
|
|
|
|
|
|
/ {
|
|
reg_vcc: vcc {
|
|
compatible = "regulator-fixed";
|
|
regulator-name = "vcc";
|
|
regulator-min-microvolt = <5000000>;
|
|
regulator-max-microvolt = <5000000>;
|
|
};
|
|
|
|
reg_vcc_3v3: vcc-3v3 {
|
|
compatible = "regulator-fixed";
|
|
regulator-name = "vcc-3v3";
|
|
regulator-min-microvolt = <3300000>;
|
|
regulator-max-microvolt = <3300000>;
|
|
vin-supply = <®_vcc>;
|
|
};
|
|
};
|
|
|
|
&pio {
|
|
vcc-pb-supply = <®_vcc_3v3>;
|
|
vcc-pc-supply = <®_vcc_3v3>;
|
|
vcc-pd-supply = <®_vcc_3v3>;
|
|
vcc-pe-supply = <®_vcc_3v3>;
|
|
vcc-pf-supply = <®_vcc_3v3>;
|
|
vcc-pg-supply = <®_vcc_3v3>;
|
|
};
|