diff options
author | Claudiu Beznea <claudiu.beznea@microchip.com> | 2020-06-09 13:53:45 +0300 |
---|---|---|
committer | Eugen Hristev <eugen.hristev@microchip.com> | 2021-01-07 09:44:15 +0200 |
commit | 3e5853e6a1b5aa239b1143420e789bca880ef165 (patch) | |
tree | 41abe34cb7321ca04affd7e9b8e2eb83bb689aed /arch/arm/dts/sama7g5.dtsi | |
parent | e95af87e9b4f6a251329da5ee1fa72dcf54abb86 (diff) | |
download | u-boot-3e5853e6a1b5aa239b1143420e789bca880ef165.tar.gz |
ARM: dts: sama7g5: add GMAC1
Add GMAC1.
Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>
Diffstat (limited to 'arch/arm/dts/sama7g5.dtsi')
-rw-r--r-- | arch/arm/dts/sama7g5.dtsi | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm/dts/sama7g5.dtsi b/arch/arm/dts/sama7g5.dtsi index df271a78bf..17710e4e6f 100644 --- a/arch/arm/dts/sama7g5.dtsi +++ b/arch/arm/dts/sama7g5.dtsi @@ -125,6 +125,14 @@ assigned-clock-rates = <125000000>; status = "disabled"; }; + + gmac1: ethernet@e2804000 { + compatible = "cdns,sama7g5-emac"; + reg = <0xe2804000 0x1000>; + clocks = <&pmc PMC_TYPE_PERIPHERAL 52>, <&pmc PMC_TYPE_PERIPHERAL 52>; + clock-names = "pclk", "hclk"; + status = "disabled"; + }; }; }; }; |