Merge tag 'linux-kselftest-kunit-fixes-5.11-rc3' of git://git.kernel.org/pub/scm...
[linux/fpc-iii.git] / Documentation / devicetree / bindings / reset / berlin,reset.txt
blob514fee098b4bb62de8f896863026429e0bfaf9b0
1 Marvell Berlin reset controller
2 ===============================
4 Please also refer to reset.txt in this directory for common reset
5 controller binding usage.
7 The reset controller node must be a sub-node of the chip controller
8 node on Berlin SoCs.
10 Required properties:
11 - compatible: should be "marvell,berlin2-reset"
12 - #reset-cells: must be set to 2
14 Example:
16 chip_rst: reset {
17         compatible = "marvell,berlin2-reset";
18         #reset-cells = <2>;
21 &usb_phy0 {
22         resets = <&chip_rst 0x104 12>;