From: Antony Pavlov <antonynpavlov@gmail.com>
To: barebox@lists.infradead.org
Subject: [PATCH 3/4] MIPS: dts: jz4755.dtsi: add gpio
Date: Fri, 27 Jun 2014 02:49:32 +0400 [thread overview]
Message-ID: <1403822973-3151-4-git-send-email-antonynpavlov@gmail.com> (raw)
In-Reply-To: <1403822973-3151-1-git-send-email-antonynpavlov@gmail.com>
Signed-off-by: Antony Pavlov <antonynpavlov@gmail.com>
---
arch/mips/dts/jz4755.dtsi | 42 ++++++++++++++++++++++++++++++++++++++++++
1 file changed, 42 insertions(+)
diff --git a/arch/mips/dts/jz4755.dtsi b/arch/mips/dts/jz4755.dtsi
index 44ff912..0e655b6 100644
--- a/arch/mips/dts/jz4755.dtsi
+++ b/arch/mips/dts/jz4755.dtsi
@@ -31,5 +31,47 @@
clock-frequency = <12000000>;
status = "disabled";
};
+
+ gpio0: gpio@10010000 {
+ compatible = "ingenic,jz4740-gpio";
+ gpio-controller;
+ reg = <0xb0010000 0x100>;
+ #gpio-cells = <2>;
+ };
+
+ gpio1: gpio@10010100 {
+ compatible = "ingenic,jz4740-gpio";
+ gpio-controller;
+ reg = <0xb0010100 0x100>;
+ #gpio-cells = <2>;
+ };
+
+ gpio2: gpio@10010200 {
+ compatible = "ingenic,jz4740-gpio";
+ gpio-controller;
+ reg = <0xb0010200 0x100>;
+ #gpio-cells = <2>;
+ };
+
+ gpio3: gpio@10010300 {
+ compatible = "ingenic,jz4740-gpio";
+ gpio-controller;
+ reg = <0xb0010300 0x100>;
+ #gpio-cells = <2>;
+ };
+
+ gpio4: gpio@10010400 {
+ compatible = "ingenic,jz4740-gpio";
+ gpio-controller;
+ reg = <0xb0010400 0x100>;
+ #gpio-cells = <2>;
+ };
+
+ gpio5: gpio@10010500 {
+ compatible = "ingenic,jz4740-gpio";
+ gpio-controller;
+ reg = <0xb0010500 0x100>;
+ #gpio-cells = <2>;
+ };
};
};
--
1.9.2
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
next prev parent reply other threads:[~2014-06-26 22:50 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-06-26 22:49 [PATCH 0/4] MIPS: XBurst: add gpio support Antony Pavlov
2014-06-26 22:49 ` [PATCH 1/4] gpio: add jz4740-gpio driver for Ingenic MIPS SoCs Antony Pavlov
2014-06-26 22:49 ` [PATCH 2/4] MIPS: XBurst: use gpiolib Antony Pavlov
2014-06-26 22:49 ` Antony Pavlov [this message]
2014-06-26 22:49 ` [PATCH 4/4] MIPS: ritmix-rzx50_defconfig: enable gpio stuff Antony Pavlov
2014-06-27 19:40 ` [PATCH 0/4] MIPS: XBurst: add gpio support Sascha Hauer
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1403822973-3151-4-git-send-email-antonynpavlov@gmail.com \
--to=antonynpavlov@gmail.com \
--cc=barebox@lists.infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.