mirror of
https://github.com/torvalds/linux
synced 2024-11-05 18:23:50 +00:00
Documentation: DT: cpsw: document missing compatible
CPSW driver has multiple compatibles for errata implementations but not documented, add necessary documentation. Signed-off-by: Mugunthan V N <mugunthanvnm@ti.com> Signed-off-by: Rob Herring <robh@kernel.org>
This commit is contained in:
parent
126b16e2ad
commit
472204fe37
1 changed files with 5 additions and 1 deletions
|
@ -2,7 +2,11 @@ TI SoC Ethernet Switch Controller Device Tree Bindings
|
||||||
------------------------------------------------------
|
------------------------------------------------------
|
||||||
|
|
||||||
Required properties:
|
Required properties:
|
||||||
- compatible : Should be "ti,cpsw"
|
- compatible : Should be one of the below:-
|
||||||
|
"ti,cpsw" for backward compatible
|
||||||
|
"ti,am335x-cpsw" for AM335x controllers
|
||||||
|
"ti,am4372-cpsw" for AM437x controllers
|
||||||
|
"ti,dra7-cpsw" for DRA7x controllers
|
||||||
- reg : physical base address and size of the cpsw
|
- reg : physical base address and size of the cpsw
|
||||||
registers map
|
registers map
|
||||||
- interrupts : property with a value describing the interrupt
|
- interrupts : property with a value describing the interrupt
|
||||||
|
|
Loading…
Reference in a new issue