summaryrefslogtreecommitdiffstats
path: root/sys/gnu/dts/arm/at91sam9x5_isi.dtsi
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2014-09-04 21:48:33 +0000
committerimp <imp@FreeBSD.org>2014-09-04 21:48:33 +0000
commit9099058799f5cd600b4cccdc36f17fe567fbee2b (patch)
tree79623a15d28124510917e0c43e02a925ccf5fbbf /sys/gnu/dts/arm/at91sam9x5_isi.dtsi
parentaac1b9fa39cdc9e615d4247a61f1fb26f57cb983 (diff)
parent9cc37938a00955d2a82bf6052c0b818547b5afbe (diff)
downloadFreeBSD-src-9099058799f5cd600b4cccdc36f17fe567fbee2b.zip
FreeBSD-src-9099058799f5cd600b4cccdc36f17fe567fbee2b.tar.gz
Reimport dts files from vendor repo now that it has been properly
trimmed.
Diffstat (limited to 'sys/gnu/dts/arm/at91sam9x5_isi.dtsi')
-rw-r--r--sys/gnu/dts/arm/at91sam9x5_isi.dtsi26
1 files changed, 26 insertions, 0 deletions
diff --git a/sys/gnu/dts/arm/at91sam9x5_isi.dtsi b/sys/gnu/dts/arm/at91sam9x5_isi.dtsi
new file mode 100644
index 0000000..98bc877
--- /dev/null
+++ b/sys/gnu/dts/arm/at91sam9x5_isi.dtsi
@@ -0,0 +1,26 @@
+/*
+ * at91sam9x5_isi.dtsi - Device Tree Include file for AT91SAM9x5 SoC with an
+ * Image Sensor Interface.
+ *
+ * Copyright (C) 2013 Boris BREZILLON <b.brezillon@overkiz.com>
+ *
+ * Licensed under GPLv2.
+ */
+
+#include <dt-bindings/pinctrl/at91.h>
+#include <dt-bindings/interrupt-controller/irq.h>
+
+/ {
+ ahb {
+ apb {
+ pmc: pmc@fffffc00 {
+ periphck {
+ isi_clk: isi_clk {
+ #clock-cells = <0>;
+ reg = <25>;
+ };
+ };
+ };
+ };
+ };
+};
OpenPOWER on IntegriCloud