aboutsummaryrefslogtreecommitdiff
path: root/sys/gnu/dts/arm64/mediatek/mt6797-x20-dev.dts
diff options
context:
space:
mode:
authorEmmanuel Vadot <manu@FreeBSD.org>2021-01-15 18:12:04 +0000
committerEmmanuel Vadot <manu@FreeBSD.org>2021-01-15 19:09:55 +0000
commit7c84a7405beede34cd07cf7753d72d1098532baf (patch)
treec720cbf049ea1102cb4554ef42d7d8f0c8602f66 /sys/gnu/dts/arm64/mediatek/mt6797-x20-dev.dts
parentefdf807990c3b58353286174e5e6bbd601a31c33 (diff)
Remove the old dts imported tree.
The new one is in sys/contrib/device-tree
Diffstat (limited to 'sys/gnu/dts/arm64/mediatek/mt6797-x20-dev.dts')
-rw-r--r--sys/gnu/dts/arm64/mediatek/mt6797-x20-dev.dts84
1 files changed, 0 insertions, 84 deletions
diff --git a/sys/gnu/dts/arm64/mediatek/mt6797-x20-dev.dts b/sys/gnu/dts/arm64/mediatek/mt6797-x20-dev.dts
deleted file mode 100644
index eff9e8dbd076..000000000000
--- a/sys/gnu/dts/arm64/mediatek/mt6797-x20-dev.dts
+++ /dev/null
@@ -1,84 +0,0 @@
-// SPDX-License-Identifier: GPL-2.0
-/*
- * Device Tree Source for MediaTek X20 Development Board
- *
- * Copyright (C) 2018, Linaro Ltd.
- *
- */
-
-/dts-v1/;
-
-#include "mt6797.dtsi"
-
-/ {
- model = "Mediatek X20 Development Board";
- compatible = "archermind,mt6797-x20-dev", "mediatek,mt6797";
-
- aliases {
- serial0 = &uart1;
- };
-
- memory@40000000 {
- device_type = "memory";
- reg = <0 0x40000000 0 0x80000000>;
- };
-
- chosen {
- stdout-path = "serial0:115200n8";
- };
-};
-
-/* HDMI */
-&i2c1 {
- pinctrl-names = "default";
- pinctrl-0 = <&i2c1_pins_a>;
- status = "okay";
-};
-
-/* HS - I2C2 */
-&i2c2 {
- pinctrl-names = "default";
- pinctrl-0 = <&i2c2_pins_a>;
- status = "okay";
-};
-
-/* HS - I2C3 */
-&i2c3 {
- pinctrl-names = "default";
- pinctrl-0 = <&i2c3_pins_a>;
- status = "okay";
-};
-
-/* LS - I2C0 */
-&i2c4 {
- pinctrl-names = "default";
- pinctrl-0 = <&i2c4_pins_a>;
- status = "okay";
-};
-
-/* LS - I2C1 */
-&i2c5 {
- pinctrl-names = "default";
- pinctrl-0 = <&i2c5_pins_a>;
- status = "okay";
-};
-
-/* POWER_VPROC */
-&i2c6 {
- pinctrl-names = "default";
- pinctrl-0 = <&i2c6_pins_a>;
- status = "okay";
-};
-
-/* FAN53555 */
-&i2c7 {
- pinctrl-names = "default";
- pinctrl-0 = <&i2c7_pins_a>;
- status = "okay";
-};
-
-&uart1 {
- status = "okay";
- pinctrl-names = "default";
- pinctrl-0 = <&uart1_pins_a>;
-};