brcm,bgmac-nsp.txt 704 B

123456789101112131415161718192021222324
  1. Broadcom GMAC Ethernet Controller Device Tree Bindings
  2. -------------------------------------------------------------
  3. Required properties:
  4. - compatible: "brcm,bgmac-nsp"
  5. - reg: Address and length of the GMAC registers,
  6. Address and length of the GMAC IDM registers
  7. - reg-names: Names of the registers. Must have both "gmac_base" and
  8. "idm_base"
  9. - interrupts: Interrupt number
  10. Optional properties:
  11. - mac-address: See ethernet.txt file in the same directory
  12. Examples:
  13. gmac0: ethernet@18022000 {
  14. compatible = "brcm,bgmac-nsp";
  15. reg = <0x18022000 0x1000>,
  16. <0x18110000 0x1000>;
  17. reg-names = "gmac_base", "idm_base";
  18. interrupts = <GIC_SPI 147 IRQ_TYPE_LEVEL_HIGH>;
  19. status = "disabled";
  20. };