From 7d1b742b4d18636b26b09142b7265215bf4eff32 Mon Sep 17 00:00:00 2001 From: David Bauer Date: Mon, 13 Aug 2018 01:48:39 +0200 Subject: ath79: add QCA956x GMAC config This commit adds the ability to configure the GMAC of the QCA956x. Signed-off-by: David Bauer --- target/linux/ath79/dts/qca956x.dtsi | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'target/linux/ath79/dts') diff --git a/target/linux/ath79/dts/qca956x.dtsi b/target/linux/ath79/dts/qca956x.dtsi index 10c88eedc2..8145371747 100644 --- a/target/linux/ath79/dts/qca956x.dtsi +++ b/target/linux/ath79/dts/qca956x.dtsi @@ -222,6 +222,11 @@ #address-cells = <1>; #size-cells = <0>; }; + + gmac: gmac@18070000 { + compatible = "qca,qca9560-gmac"; + reg = <0x18070000 0x64>; + }; }; usb_phy0: usb-phy { -- cgit v1.2.3