sh_eth: fix EESIPR values for SH77{34|63}
[linux/fpc-iii.git] / Documentation / devicetree / bindings / mfd / hisilicon,hi655x.txt
blob05485699d70e7c85cb25eb83f39b86f5be0daaca
1 Hisilicon Hi655x Power Management Integrated Circuit (PMIC)
3 The hardware layout for access PMIC Hi655x from AP SoC Hi6220.
4 Between PMIC Hi655x and Hi6220, the physical signal channel is SSI.
5 We can use memory-mapped I/O to communicate.
7 +----------------+             +-------------+
8 |                |             |             |
9 |    Hi6220      |   SSI bus   |   Hi655x    |
10 |                |-------------|             |
11 |                |(REGMAP_MMIO)|             |
12 +----------------+             +-------------+
14 Required properties:
15 - compatible:           Should be "hisilicon,hi655x-pmic".
16 - reg:                  Base address of PMIC on Hi6220 SoC.
17 - interrupt-controller: Hi655x has internal IRQs (has own IRQ domain).
18 - pmic-gpios:           The GPIO used by PMIC IRQ.
20 Example:
21         pmic: pmic@f8000000 {
22                 compatible = "hisilicon,hi655x-pmic";
23                 reg = <0x0 0xf8000000 0x0 0x1000>;
24                 interrupt-controller;
25                 #interrupt-cells = <2>;
26                 pmic-gpios = <&gpio1 2 GPIO_ACTIVE_HIGH>;
27         }