summaryrefslogtreecommitdiffstats
path: root/dts/src/arm/dm8148-t410.dts
diff options
context:
space:
mode:
Diffstat (limited to 'dts/src/arm/dm8148-t410.dts')
-rw-r--r--dts/src/arm/dm8148-t410.dts28
1 files changed, 28 insertions, 0 deletions
diff --git a/dts/src/arm/dm8148-t410.dts b/dts/src/arm/dm8148-t410.dts
new file mode 100644
index 0000000000..79838dd8de
--- /dev/null
+++ b/dts/src/arm/dm8148-t410.dts
@@ -0,0 +1,28 @@
+/*
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License version 2 as
+ * published by the Free Software Foundation.
+ */
+/dts-v1/;
+
+#include "dm814x.dtsi"
+
+/ {
+ model = "HP t410 Smart Zero Client";
+ compatible = "hp,t410", "ti,dm8148";
+
+ memory {
+ device_type = "memory";
+ reg = <0x80000000 0x40000000>; /* 1 GB */
+ };
+};
+
+&cpsw_emac0 {
+ phy_id = <&davinci_mdio>, <0>;
+ phy-mode = "rgmii";
+};
+
+&cpsw_emac1 {
+ phy_id = <&davinci_mdio>, <1>;
+ phy-mode = "rgmii";
+};