Lines Matching +full:power +full:- +full:management
1 Spreadtrum SC27xx Power Management Integrated Circuit (PMIC)
5 mobile handset power management, audio codec, battery management and user
8 - DCDCs to support CPU, memory.
9 - LDOs to support both internal and external requirement.
10 - Battery management system, such as charger, fuel gauge.
11 - Audio codec.
12 - User interface function, such as indicator, flash LED and so on.
13 - IC level interface, such as power on/off control, RTC and typec and so on.
16 - compatible: Should be one of the following:
22 - reg: The address of the device chip select, should be 0.
23 - spi-max-frequency: Typically set to 26000000.
24 - interrupts: The interrupt line the device is connected to.
25 - interrupt-controller: Marks the device node as an interrupt controller.
26 - #interrupt-cells: The number of cells to describe an PMIC IRQ, must be 2.
27 - #address-cells: Child device offset number of cells, must be 1.
28 - #size-cells: Child device size number of cells, must be 0.
34 spi-max-frequency = <26000000>;
36 interrupt-controller;
37 #interrupt-cells = <2>;
38 #address-cells = <1>;
39 #size-cells = <0>;