Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 80e2cbc1 authored by Abhishek Shah's avatar Abhishek Shah Committed by Florian Fainelli
Browse files

arm64: dts: Add DT node to enable BGMAC driver on Stingray



This patch adds DT node to enable BGMAC driver on Stingray

Signed-off-by: default avatarAbhishek Shah <abhishek.shah@broadcom.com>
Reviewed-by: default avatarRay Jui <ray.jui@broadcom.com>
Reviewed-by: default avatarOza Oza <oza.oza@broadcom.com>
Reviewed-by: default avatarScott Branden <scott.branden@broadcom.com>
Signed-off-by: default avatarFlorian Fainelli <f.fainelli@gmail.com>
parent 567b3b0a
Loading
Loading
Loading
Loading
+14 −0
Original line number Diff line number Diff line
@@ -72,6 +72,14 @@
	      <0x00000008 0x80000000 0x1 0x80000000>; /* 6G @ 34G */
};

&mdio_mux_iproc {
	mdio@10 {
		gphy0: eth-phy@10 {
			reg = <0x10>;
		};
	};
};

&uart1 {
	status = "okay";
};
@@ -102,6 +110,12 @@
	};
};

&enet {
	phy-mode = "rgmii-id";
	phy-handle = <&gphy0>;
	status = "okay";
};

&nand {
	status = "ok";
	nandcs@0 {
+4 −0
Original line number Diff line number Diff line
@@ -39,6 +39,10 @@
	model = "Stingray Combo SVK (BCM958742K)";
};

&gphy0 {
	enet-phy-lane-swap;
};

&uart2 {
	status = "okay";
};
+4 −0
Original line number Diff line number Diff line
@@ -38,3 +38,7 @@
	compatible = "brcm,bcm958742t", "brcm,stingray";
	model = "Stingray SST100 (BCM958742T)";
};

&gphy0 {
	enet-phy-lane-swap;
};
+9 −0
Original line number Diff line number Diff line
@@ -548,6 +548,15 @@
			iommus = <&smmu 0x6000 0x0000>;
		};

		enet: ethernet@00340000{
			compatible = "brcm,amac";
			reg = <0x00340000 0x1000>;
			reg-names = "amac_base";
			dma-coherent;
			interrupts = <GIC_SPI 213 IRQ_TYPE_LEVEL_HIGH>;
			status= "disabled";
		};

		nand: nand@00360000 {
			compatible = "brcm,nand-iproc", "brcm,brcmnand-v6.1";
			reg = <0x00360000 0x600>,