Merge remote-tracking branches 'regulator/fix/88pm800', 'regulator/fix/max8973',...
[linux-drm-fsl-dcu.git] / Documentation / devicetree / bindings / reset / berlin,reset.txt
1 Marvell Berlin reset controller
2 ===============================
3
4 Please also refer to reset.txt in this directory for common reset
5 controller binding usage.
6
7 The reset controller node must be a sub-node of the chip controller
8 node on Berlin SoCs.
9
10 Required properties:
11 - compatible: should be "marvell,berlin2-reset"
12 - #reset-cells: must be set to 2
13
14 Example:
15
16 chip_rst: reset {
17         compatible = "marvell,berlin2-reset";
18         #reset-cells = <2>;
19 };
20
21 &usb_phy0 {
22         resets = <&chip_rst 0x104 12>;
23 };