diff options
author | Emmanuel Vadot <manu@FreeBSD.org> | 2018-06-14 06:56:07 +0000 |
---|---|---|
committer | Emmanuel Vadot <manu@FreeBSD.org> | 2018-06-14 06:56:07 +0000 |
commit | c19dc8ed9745602cc89c0f0c31220c71d7ac2063 (patch) | |
tree | bc6136fba2bcce7b41f777be56ad040e97f37efc /Bindings/net/dsa | |
parent | 29087c4e73c74afd082d107f4cdd648f5c3169ec (diff) |
Notes
Diffstat (limited to 'Bindings/net/dsa')
-rw-r--r-- | Bindings/net/dsa/b53.txt | 1 | ||||
-rw-r--r-- | Bindings/net/dsa/marvell.txt | 11 |
2 files changed, 11 insertions, 1 deletions
diff --git a/Bindings/net/dsa/b53.txt b/Bindings/net/dsa/b53.txt index 8acf51a4dfa8a..47a6a7fe0b864 100644 --- a/Bindings/net/dsa/b53.txt +++ b/Bindings/net/dsa/b53.txt @@ -10,6 +10,7 @@ Required properties: "brcm,bcm53128" "brcm,bcm5365" "brcm,bcm5395" + "brcm,bcm5389" "brcm,bcm5397" "brcm,bcm5398" diff --git a/Bindings/net/dsa/marvell.txt b/Bindings/net/dsa/marvell.txt index 8c033d48e2baf..60d50a2b03237 100644 --- a/Bindings/net/dsa/marvell.txt +++ b/Bindings/net/dsa/marvell.txt @@ -13,9 +13,18 @@ placed as a child node of an mdio device. The properties described here are those specific to Marvell devices. Additional required and optional properties can be found in dsa.txt. +The compatibility string is used only to find an identification register, +which is at a different MDIO base address in different switch families. +- "marvell,mv88e6085" : Switch has base address 0x10. Use with models: + 6085, 6095, 6097, 6123, 6131, 6141, 6161, 6165, + 6171, 6172, 6175, 6176, 6185, 6240, 6320, 6321, + 6341, 6350, 6351, 6352 +- "marvell,mv88e6190" : Switch has base address 0x00. Use with models: + 6190, 6190X, 6191, 6290, 6390, 6390X + Required properties: - compatible : Should be one of "marvell,mv88e6085" or - "marvell,mv88e6190" + "marvell,mv88e6190" as indicated above - reg : Address on the MII bus for the switch. Optional properties: |