summaryrefslogtreecommitdiffstats
path: root/dts/src/arm/versatile-ab-ib2.dts
diff options
context:
space:
mode:
Diffstat (limited to 'dts/src/arm/versatile-ab-ib2.dts')
-rw-r--r--dts/src/arm/versatile-ab-ib2.dts26
1 files changed, 0 insertions, 26 deletions
diff --git a/dts/src/arm/versatile-ab-ib2.dts b/dts/src/arm/versatile-ab-ib2.dts
deleted file mode 100644
index c577ff4bb4..0000000000
--- a/dts/src/arm/versatile-ab-ib2.dts
+++ /dev/null
@@ -1,26 +0,0 @@
-// SPDX-License-Identifier: GPL-2.0
-/*
- * The Versatile AB with the IB2 expansion board mounted.
- * This works as a superset of the Versatile AB.
- */
-
-#include "versatile-ab.dts"
-
-/ {
- model = "ARM Versatile AB + IB2 board";
-
- /* Special IB2 control register */
- syscon@27000000 {
- compatible = "arm,versatile-ib2-syscon", "syscon", "simple-mfd";
- reg = <0x27000000 0x4>;
-
- led@00.4 {
- compatible = "register-bit-led";
- offset = <0x00>;
- mask = <0x10>;
- label = "versatile-ib2:0";
- linux,default-trigger = "heartbeat";
- default-state = "on";
- };
- };
-};