fujitsu,mb86s70-crg11.txt 651 B

1234567891011121314151617181920212223242526
  1. Fujitsu CRG11 clock driver bindings
  2. -----------------------------------
  3. Required properties :
  4. - compatible : Shall contain "fujitsu,mb86s70-crg11"
  5. - #clock-cells : Shall be 3 {cntrlr domain port}
  6. The consumer specifies the desired clock pointing to its phandle.
  7. Example:
  8. clock: crg11 {
  9. compatible = "fujitsu,mb86s70-crg11";
  10. #clock-cells = <3>;
  11. };
  12. mhu: mhu0@2b1f0000 {
  13. #mbox-cells = <1>;
  14. compatible = "arm,mhu";
  15. reg = <0 0x2B1F0000 0x1000>;
  16. interrupts = <0 36 4>, /* LP Non-Sec */
  17. <0 35 4>, /* HP Non-Sec */
  18. <0 37 4>; /* Secure */
  19. clocks = <&clock 0 2 1>; /* Cntrlr:0 Domain:2 Port:1 */
  20. clock-names = "clk";
  21. };