mirror of https://gitee.com/openkylin/linux.git
19 lines
303 B
Plaintext
19 lines
303 B
Plaintext
#include <dt-bindings/spmi/spmi.h>
|
|
|
|
&spmi_bus {
|
|
|
|
usid0: pm8941@0 {
|
|
compatible ="qcom,spmi-pmic";
|
|
reg = <0x0 SPMI_USID>;
|
|
#address-cells = <1>;
|
|
#size-cells = <0>;
|
|
};
|
|
|
|
usid1: pm8941@1 {
|
|
compatible ="qcom,spmi-pmic";
|
|
reg = <0x1 SPMI_USID>;
|
|
#address-cells = <1>;
|
|
#size-cells = <0>;
|
|
};
|
|
};
|