2014-10-15 13:55:07 -05:00
ltc2978
Required properties:
- compatible: should contain one of:
* "lltc,ltc2974"
2015-06-08 09:56:20 -07:00
* "lltc,ltc2975"
2014-10-15 13:55:07 -05:00
* "lltc,ltc2977"
* "lltc,ltc2978"
2015-08-17 06:38:01 -07:00
* "lltc,ltc2980"
2014-10-15 13:55:07 -05:00
* "lltc,ltc3880"
2015-06-08 10:29:45 -07:00
* "lltc,ltc3882"
2014-10-15 13:55:07 -05:00
* "lltc,ltc3883"
2015-08-17 07:21:43 -07:00
* "lltc,ltc3886"
2015-08-07 09:06:37 -07:00
* "lltc,ltc3887"
2015-08-17 06:38:01 -07:00
* "lltc,ltm2987"
2016-01-18 00:34:53 -08:00
* "lltc,ltm4675"
2014-10-15 13:55:07 -05:00
* "lltc,ltm4676"
2018-08-14 14:18:28 +02:00
* "lltc,ltm4686"
2014-10-15 13:55:07 -05:00
- reg: I2C slave address
Optional properties:
- regulators: A node that houses a sub-node for each regulator controlled by
the device. Each sub-node is identified using the node's name, with valid
values listed below. The content of each sub-node is defined by the
standard binding for regulators; see regulator.txt.
Valid names of regulators depend on number of supplies supported per device:
2015-06-08 09:56:20 -07:00
* ltc2974, ltc2975 : vout0 - vout3
2015-08-17 06:38:01 -07:00
* ltc2977, ltc2980, ltm2987 : vout0 - vout7
2014-10-15 13:55:07 -05:00
* ltc2978 : vout0 - vout7
2015-08-17 07:21:43 -07:00
* ltc3880, ltc3882, ltc3886 : vout0 - vout1
2014-10-15 13:55:07 -05:00
* ltc3883 : vout0
* ltm4676 : vout0 - vout1
2018-08-14 14:18:28 +02:00
* ltm4686 : vout0 - vout1
2014-10-15 13:55:07 -05:00
Example:
ltc2978@5e {
compatible = "lltc,ltc2978";
reg = <0x5e>;
regulators {
vout0 {
regulator-name = "FPGA-2.5V";
};
vout2 {
regulator-name = "FPGA-1.5V";
};
};
};