Files

33 lines
712 B
Plaintext
Raw Permalink Normal View History

PM8150 PMIC Simulator
This device simulates the registers found within a Qualcomm Technologies, Inc.
PM8150 PMIC chip.
Supported Properties:
- compatible
Usage: required
Value type: <string>
Definition: Must be "qcom,pm8150-sim".
- qcom,sid-offset
Usage: required
Value type: <u32>
Definition: Global slave ID (SID) offset of PM8150 local SID 0.
Supported values: 0 - 14
Typical values: 0, 2, or 4
- qcom,spmi-sim
Usage: required
Value type: <phandle>
Definition: phandle of the spmi-sim bus device that the simulated PMIC
device should be used with.
Example:
pm8150-sim {
compatible = "qcom,pm8150-sim";
qcom,spmi-sim = <&spmi_sim>;
qcom,sid-offset = <0>;
};