summaryrefslogtreecommitdiff
path: root/linux/arch/arm/boot/dts/at91sam9x5_lcd.dtsi
diff options
context:
space:
mode:
authorMichael J. Chudobiak <mjc@avtechpulse.com>2016-04-25 10:00:44 -0400
committerMichael J. Chudobiak <mjc@avtechpulse.com>2016-04-25 10:00:44 -0400
commita1df417e74aa6dae7352dc8cbb0ad471af5b7c69 (patch)
treec34b2311e37ea31db153c90cb8f4570374d05e78 /linux/arch/arm/boot/dts/at91sam9x5_lcd.dtsi
initial Olimex linux tree from Daniel, originally Feb 3, 2016
Diffstat (limited to 'linux/arch/arm/boot/dts/at91sam9x5_lcd.dtsi')
-rw-r--r--linux/arch/arm/boot/dts/at91sam9x5_lcd.dtsi26
1 files changed, 26 insertions, 0 deletions
diff --git a/linux/arch/arm/boot/dts/at91sam9x5_lcd.dtsi b/linux/arch/arm/boot/dts/at91sam9x5_lcd.dtsi
new file mode 100644
index 00000000..485302e8
--- /dev/null
+++ b/linux/arch/arm/boot/dts/at91sam9x5_lcd.dtsi
@@ -0,0 +1,26 @@
+/*
+ * at91sam9x5_lcd.dtsi - Device Tree Include file for AT91SAM9x5 SoC with an
+ * LCD controller.
+ *
+ * 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 {
+ lcdc_clk: lcdc_clk {
+ #clock-cells = <0>;
+ reg = <25>;
+ };
+ };
+ };
+ };
+ };
+};