mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2025-11-23 06:04:30 +00:00
Add ipq8064-v2.0 dtsi variant that differ from original ipq8064 SoC for some additional pcie, sata and usb configuration values, additional reserved memory and serial output. Signed-off-by: Christian Marangi <ansuelsmth@gmail.com> Signed-off-by: Bjorn Andersson <andersson@kernel.org> Link: https://lore.kernel.org/r/20220718161826.4943-1-ansuelsmth@gmail.com
38 lines
764 B
Plaintext
38 lines
764 B
Plaintext
// SPDX-License-Identifier: GPL-2.0
|
|
|
|
#include "qcom-ipq8064-v2.0.dtsi"
|
|
|
|
&rpm {
|
|
smb208_regulators: regulators {
|
|
compatible = "qcom,rpm-smb208-regulators";
|
|
|
|
smb208_s1a: s1a {
|
|
regulator-min-microvolt = <1050000>;
|
|
regulator-max-microvolt = <1150000>;
|
|
|
|
qcom,switch-mode-frequency = <1200000>;
|
|
};
|
|
|
|
smb208_s1b: s1b {
|
|
regulator-min-microvolt = <1050000>;
|
|
regulator-max-microvolt = <1150000>;
|
|
|
|
qcom,switch-mode-frequency = <1200000>;
|
|
};
|
|
|
|
smb208_s2a: s2a {
|
|
regulator-min-microvolt = < 800000>;
|
|
regulator-max-microvolt = <1250000>;
|
|
|
|
qcom,switch-mode-frequency = <1200000>;
|
|
};
|
|
|
|
smb208_s2b: s2b {
|
|
regulator-min-microvolt = < 800000>;
|
|
regulator-max-microvolt = <1250000>;
|
|
|
|
qcom,switch-mode-frequency = <1200000>;
|
|
};
|
|
};
|
|
};
|