aboutsummaryrefslogtreecommitdiff
path: root/sys/gnu/dts/arm/omap4-panda-common.dtsi
diff options
context:
space:
mode:
authorEmmanuel Vadot <manu@FreeBSD.org>2017-06-20 03:13:49 +0000
committerEmmanuel Vadot <manu@FreeBSD.org>2017-06-20 03:13:49 +0000
commitd1f30066f071b345db72f75c4472b882e057e481 (patch)
tree817c984f9f233ce16d4bc60611116bfb8efb2702 /sys/gnu/dts/arm/omap4-panda-common.dtsi
parent011717d3440c6f5d13ab95ea933f4cb06ff75cc3 (diff)
parent8fdc67f730291b64de002bf95d19ae75e058b8ce (diff)
Notes
Diffstat (limited to 'sys/gnu/dts/arm/omap4-panda-common.dtsi')
-rw-r--r--sys/gnu/dts/arm/omap4-panda-common.dtsi16
1 files changed, 16 insertions, 0 deletions
diff --git a/sys/gnu/dts/arm/omap4-panda-common.dtsi b/sys/gnu/dts/arm/omap4-panda-common.dtsi
index 1673689e6705..edbc4090297d 100644
--- a/sys/gnu/dts/arm/omap4-panda-common.dtsi
+++ b/sys/gnu/dts/arm/omap4-panda-common.dtsi
@@ -16,6 +16,7 @@
aliases {
display0 = &dvi0;
display1 = &hdmi0;
+ ethernet = &ethernet;
};
leds: leds {
@@ -520,6 +521,21 @@
&usbhsehci {
phys = <&hsusb1_phy>;
+
+ #address-cells = <1>;
+ #size-cells = <0>;
+
+ hub@1 {
+ compatible = "usb424,9514";
+ reg = <1>;
+ #address-cells = <1>;
+ #size-cells = <0>;
+
+ ethernet: usbether@1 {
+ compatible = "usb424,ec00";
+ reg = <1>;
+ };
+ };
};
&dss {