brcm,bcm23550.txt 306 B

12345678910111213141516
  1. Broadcom BCM23550 device tree bindings
  2. --------------------------------------
  3. This document describes the device tree bindings for boards with the BCM23550
  4. SoC.
  5. Required root node property:
  6. - compatible: brcm,bcm23550
  7. Example:
  8. / {
  9. model = "BCM23550 SoC";
  10. compatible = "brcm,bcm23550";
  11. [...]
  12. }