summarylogtreecommitdiffstats
path: root/meson-gxbb-sumavision-q5.dts
diff options
context:
space:
mode:
Diffstat (limited to 'meson-gxbb-sumavision-q5.dts')
-rw-r--r--meson-gxbb-sumavision-q5.dts26
1 files changed, 26 insertions, 0 deletions
diff --git a/meson-gxbb-sumavision-q5.dts b/meson-gxbb-sumavision-q5.dts
new file mode 100644
index 000000000000..bdf8f004ea4f
--- /dev/null
+++ b/meson-gxbb-sumavision-q5.dts
@@ -0,0 +1,26 @@
+// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
+/*
+ * Copyright (c) 2016 Andreas Färber
+ * Copyright (c) 2016 BayLibre, Inc.
+ * Author: Kevin Hilman <khilman@kernel.org>
+ */
+
+/dts-v1/;
+
+#include "meson-gxbb-p20x.dtsi"
+
+/ {
+ compatible = "sumavision,q5", "amlogic,meson-gxbb";
+ model = "Sumavision Q5";
+};
+
+&ethmac {
+ status = "okay";
+ pinctrl-0 = <&eth_rmii_pins>;
+ pinctrl-names = "default";
+ phy-mode = "rmii";
+
+ snps,reset-gpio = <&gpio GPIOZ_14 0>;
+ snps,reset-delays-us = <0>, <10000>, <1000000>;
+ snps,reset-active-low;
+};