aboutsummaryrefslogtreecommitdiff
path: root/sys/dts
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2018-07-27 18:28:22 +0000
committerWarner Losh <imp@FreeBSD.org>2018-07-27 18:28:22 +0000
commit58d5c511063ec10161c7782dd63026e8bf92ceb3 (patch)
tree4e47343085e562e6afea25f446b1d2eec2c7c3c5 /sys/dts
parentde26ba4d82a253e89c8829b89bf8fc5a2d27f21d (diff)
Notes
Diffstat (limited to 'sys/dts')
-rw-r--r--sys/dts/arm/hl201.dts44
-rw-r--r--sys/dts/arm/sam9260ek.dts37
2 files changed, 0 insertions, 81 deletions
diff --git a/sys/dts/arm/hl201.dts b/sys/dts/arm/hl201.dts
deleted file mode 100644
index 1566b30f8f96..000000000000
--- a/sys/dts/arm/hl201.dts
+++ /dev/null
@@ -1,44 +0,0 @@
-/*
- * Hot-e HL-201 - Warner Losh public domain
- *
- * $FreeBSD$
- */
-/dts-v1/;
-
-/*
- * The following is a white lie. The HL-201 is a stripped down version of
- * the SAM9G20EK board with a video output chip.
- */
-#include "at91sam9g20ek_common.dtsi"
-
-/ {
- model = "Thinlinx HL201";
- compatible = "thinlinx,hl201", "atmel,at91sam9g20ek", "atmel,at91sam9g20", "atmel,at91sam9";
-
- leds {
- compatible = "gpio-leds";
-
- ds1 {
- label = "ds1";
- gpios = <&pioA 9 0>;
- linux,default-trigger = "heartbeat";
- };
-
- ds5 {
- label = "ds5";
- gpios = <&pioA 6 1>;
- };
- };
-
- /* Missing: one wire serial number, video chip */
-
- aliases {
- dbgu = &dbgu;
- };
-
-
- chosen {
- stdin = "dbgu";
- stdout = "dbgu";
- };
-};
diff --git a/sys/dts/arm/sam9260ek.dts b/sys/dts/arm/sam9260ek.dts
deleted file mode 100644
index 8e4d7530ea1a..000000000000
--- a/sys/dts/arm/sam9260ek.dts
+++ /dev/null
@@ -1,37 +0,0 @@
-/*
- * SAM9260EK eval board - Warner Losh public domain
- *
- * $FreeBSD$
- */
-/dts-v1/;
-#include "sam9260ek_common.dtsi"
-
-/ {
- model = "Atmel at91sam9260ek";
- compatible = "atmel,at91sam9260ek", "atmel,at91sam9260", "atmel,at91sam9";
-
- leds {
- compatible = "gpio-leds";
-
- ds1 {
- label = "ds1";
- gpios = <&pioA 9 0>;
- linux,default-trigger = "heartbeat";
- };
-
- ds5 {
- label = "ds5";
- gpios = <&pioA 6 1>;
- };
- };
-
- aliases {
- dbgu = &dbgu;
- };
-
-
- chosen {
- stdin = "dbgu";
- stdout = "dbgu";
- };
-};