aboutsummaryrefslogtreecommitdiff
path: root/src/arm/microchip/sama5d31.dtsi
diff options
context:
space:
mode:
authorEmmanuel Vadot <manu@FreeBSD.org>2024-03-20 19:38:54 +0000
committerEmmanuel Vadot <manu@FreeBSD.org>2024-03-20 19:38:54 +0000
commit309417d444d2524fe6e9c2912879724afe191bee (patch)
tree6292c44f04645cef9d26f5af7af5e2c337345739 /src/arm/microchip/sama5d31.dtsi
parentc47d0ea183983e0631f8cc41e9d25e4854368a0a (diff)
downloadsrc-309417d444d2524fe6e9c2912879724afe191bee.tar.gz
src-309417d444d2524fe6e9c2912879724afe191bee.zip
Import device-tree files from Linux 6.5vendor/device-tree/6.5
Diffstat (limited to 'src/arm/microchip/sama5d31.dtsi')
-rw-r--r--src/arm/microchip/sama5d31.dtsi15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/arm/microchip/sama5d31.dtsi b/src/arm/microchip/sama5d31.dtsi
new file mode 100644
index 000000000000..cbe8f275ecc4
--- /dev/null
+++ b/src/arm/microchip/sama5d31.dtsi
@@ -0,0 +1,15 @@
+// SPDX-License-Identifier: GPL-2.0-or-later
+/*
+ * sama5d31.dtsi - Device Tree Include file for SAMA5D31 SoC
+ *
+ * Copyright (C) 2013 Boris BREZILLON <b.brezillon@overkiz.com>
+ */
+#include "sama5d3.dtsi"
+#include "sama5d3_lcd.dtsi"
+#include "sama5d3_emac.dtsi"
+#include "sama5d3_mci2.dtsi"
+#include "sama5d3_uart.dtsi"
+
+/ {
+ compatible = "atmel,sama5d31", "atmel,sama5d3", "atmel,sama5";
+};