summaryrefslogtreecommitdiff
path: root/arch/arm/dts/fsl-ls1028a-kontron-sl28-var3.dts
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2020-10-29 16:10:24 +0300
committerTom Rini <trini@konsulko.com>2020-10-29 16:10:24 +0300
commiteca57cafa521345b2fc71616ae47245598dad53d (patch)
tree04bb2c22f4defdcfdb251cb31363276a8e7e34a7 /arch/arm/dts/fsl-ls1028a-kontron-sl28-var3.dts
parent81a659e10a10020cfb03abd4794103194add1f3a (diff)
parent78a8bca5e4971e4be0c3ba438f7386462507ad6a (diff)
downloadu-boot-eca57cafa521345b2fc71616ae47245598dad53d.tar.xz
Merge https://gitlab.denx.de/u-boot/custodians/u-boot-fsl-qoriq
- Bug fixes and updates on vid, ls1088a lx2160a and other layerscape platforms. - Add optee_rpmb support for LX2 & Kontron sl28 support
Diffstat (limited to 'arch/arm/dts/fsl-ls1028a-kontron-sl28-var3.dts')
-rw-r--r--arch/arm/dts/fsl-ls1028a-kontron-sl28-var3.dts15
1 files changed, 15 insertions, 0 deletions
diff --git a/arch/arm/dts/fsl-ls1028a-kontron-sl28-var3.dts b/arch/arm/dts/fsl-ls1028a-kontron-sl28-var3.dts
new file mode 100644
index 0000000000..0c8b2af41a
--- /dev/null
+++ b/arch/arm/dts/fsl-ls1028a-kontron-sl28-var3.dts
@@ -0,0 +1,15 @@
+// SPDX-License-Identifier: GPL-2.0+
+/*
+ * Device Tree file for the Kontron SMARC-sAL28 board.
+ *
+ * Copyright (C) 2019 Michael Walle <michael@walle.cc>
+ *
+ */
+
+/dts-v1/;
+#include "fsl-ls1028a-kontron-sl28.dts"
+
+/ {
+ model = "Kontron SMARC-sAL28 (Single PHY)";
+ compatible = "kontron,sl28-var3", "kontron,sl28", "fsl,ls1028a";
+};