aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/arch/arm/boot/dts/am574x-idk.dts
diff options
context:
space:
mode:
authorSuman Anna <s-anna@ti.com>2021-07-29 17:46:21 -0500
committerTony Lindgren <tony@atomide.com>2021-08-03 15:25:14 +0300
commit8c054cd2818ea08555efe24a2ffde330833c2f3f (patch)
tree3af0a6772c1ab3650832f7676bf13b40a1acd085 /arch/arm/boot/dts/am574x-idk.dts
parentARM: dts: am57xx: Add PRU-ICSS nodes (diff)
downloadwireguard-linux-8c054cd2818ea08555efe24a2ffde330833c2f3f.tar.xz
wireguard-linux-8c054cd2818ea08555efe24a2ffde330833c2f3f.zip
ARM: dts: am57xx: Add PRUSS MDIO controller nodes
The PRUSSs on AM57xx SoCs contain an MDIO controller that can be used to control external PHYs associated with the Industrial Ethernet peripherals within each PRUSS. The MDIO module used within the PRU-ICSS is an instance of the MDIO Controller used in TI Davinci SoCs. The same bus frequency of 1 MHz is chosen as the regular MDIO node. The nodes are added in the common am57-pruss.dtsi file and enabled by default, but are disabled in all the existing AM57xx board dts files. These nodes need pinctrl lines, and so should be enabled only on boards where they are actually wired and pinned out for PRUSS Ethernet. Any new board dts file should disable these if they are not sure. Signed-off-by: Suman Anna <s-anna@ti.com> Signed-off-by: Andrew F. Davis <afd@ti.com> Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/boot/dts/am574x-idk.dts')
-rw-r--r--arch/arm/boot/dts/am574x-idk.dts8
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/am574x-idk.dts b/arch/arm/boot/dts/am574x-idk.dts
index dcc32f4b347f..6dff3660bf09 100644
--- a/arch/arm/boot/dts/am574x-idk.dts
+++ b/arch/arm/boot/dts/am574x-idk.dts
@@ -39,3 +39,11 @@
&emif1 {
status = "okay";
};
+
+&pruss1_mdio {
+ status = "disabled";
+};
+
+&pruss2_mdio {
+ status = "disabled";
+};