xref: /linux/arch/arm64/boot/dts/qcom/pm8004.dtsi (revision 762f99f4f3cb41a775b5157dd761217beba65873)
1b2441318SGreg Kroah-Hartman// SPDX-License-Identifier: GPL-2.0
238757eb3SStephen Boyd#include <dt-bindings/interrupt-controller/irq.h>
338757eb3SStephen Boyd#include <dt-bindings/spmi/spmi.h>
438757eb3SStephen Boyd
538757eb3SStephen Boyd&spmi_bus {
638757eb3SStephen Boyd
7*268b4cdfSAngeloGioacchino Del Regno	pm8004_lsid4: pmic@4 {
838757eb3SStephen Boyd		compatible = "qcom,pm8004", "qcom,spmi-pmic";
938757eb3SStephen Boyd		reg = <0x4 SPMI_USID>;
1038757eb3SStephen Boyd		#address-cells = <1>;
1138757eb3SStephen Boyd		#size-cells = <0>;
1238757eb3SStephen Boyd	};
1338757eb3SStephen Boyd
14*268b4cdfSAngeloGioacchino Del Regno	pm8004_lsid5: pmic@5 {
1538757eb3SStephen Boyd		compatible = "qcom,pm8004", "qcom,spmi-pmic";
1638757eb3SStephen Boyd		reg = <0x5 SPMI_USID>;
1738757eb3SStephen Boyd		#address-cells = <1>;
1838757eb3SStephen Boyd		#size-cells = <0>;
19*268b4cdfSAngeloGioacchino Del Regno
20*268b4cdfSAngeloGioacchino Del Regno		pm8004_spmi_regulators: regulators {
21*268b4cdfSAngeloGioacchino Del Regno			compatible = "qcom,pm8004-regulators";
22*268b4cdfSAngeloGioacchino Del Regno		};
2338757eb3SStephen Boyd	};
2438757eb3SStephen Boyd};
25