brcm,bcm63138-pmb.txt 608 B

12345678910111213141516171819
  1. Broadcom BCM63138 Processor Monitor Bus binding
  2. ===============================================
  3. Please also refer to reset.txt in this directory for common reset
  4. controller binding usage.
  5. Require properties:
  6. - compatible: must be "brcm,bcm63138-pmb"
  7. - reg: base register address and size for this bus controller
  8. - #reset-cells: must be 2 first cell is the address within the bus instance designated
  9. by the phandle, and the second is the number of zones for this peripheral
  10. Example:
  11. pmb0: reset-controller@4800c0 {
  12. compatible = "brcm,bcm63138-pmb";
  13. reg = <0x4800c0 0x10>;
  14. #reset-cells = <2>;
  15. };