summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Richard <thomas.richard@bootlin.com>2026-05-06 14:13:04 +0200
committerKevin Hilman (TI) <khilman@baylibre.com>2026-06-29 13:13:18 -0700
commitd8f1b27c9f12d17dc48d1baa4e83246dfd3cbfaf (patch)
tree7b8fc14d38b49cfed1a2044186db6214d299fa02
parentdc59e4fea9d83f03bad6bddf3fa2e52491777482 (diff)
ARM: dts: ti: var-som-om44: Add USB Ethernet controller node
Add USB tree description, including the Gigabit Ethernet controller (LAN7500). Adding the LAN7500 node will allow the bootloader to patch the devicetree and set the MAC address. Reviewed-by: Nicolai Buchwitz <nb@tipi-net.de> Signed-off-by: Thomas Richard <thomas.richard@bootlin.com> Link: https://patch.msgid.link/20260506-b4-var-som-om44-lan7500-v2-2-b8af59ab877c@bootlin.com Signed-off-by: Kevin Hilman (TI) <khilman@baylibre.com>
-rw-r--r--arch/arm/boot/dts/ti/omap/omap4-var-som-om44.dtsi14
1 files changed, 14 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/ti/omap/omap4-var-som-om44.dtsi b/arch/arm/boot/dts/ti/omap/omap4-var-som-om44.dtsi
index 37d56b3010cf..9e04aa70f982 100644
--- a/arch/arm/boot/dts/ti/omap/omap4-var-som-om44.dtsi
+++ b/arch/arm/boot/dts/ti/omap/omap4-var-som-om44.dtsi
@@ -322,4 +322,18 @@
&usbhsehci {
phys = <&hsusb1_phy>;
+ #address-cells = <1>;
+ #size-cells = <0>;
+
+ usbhub: hub@1 {
+ compatible = "usb424,2514";
+ reg = <1>;
+ #address-cells = <1>;
+ #size-cells = <0>;
+
+ ethernet: ethernet@3 {
+ compatible = "usb424,7500";
+ reg = <3>;
+ };
+ };
};