brcm,bcm21664.txt 306 B

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