All of lore.kernel.org
 help / color / mirror / Atom feed
From: Biwen Li <biwen.li@oss.nxp.com>
To: u-boot@lists.denx.de
Subject: [v2 04/33] arm64: dts: ls1028a: add gpio node
Date: Tue,  8 Dec 2020 16:58:36 +0800	[thread overview]
Message-ID: <20201208085905.46870-5-biwen.li@oss.nxp.com> (raw)
In-Reply-To: <20201208085905.46870-1-biwen.li@oss.nxp.com>

From: Biwen Li <biwen.li@nxp.com>

Add gpio node for SoC LS1028A

Signed-off-by: Biwen Li <biwen.li@nxp.com>
---
 arch/arm/dts/fsl-ls1028a.dtsi | 33 +++++++++++++++++++++++++++++++++
 1 file changed, 33 insertions(+)

diff --git a/arch/arm/dts/fsl-ls1028a.dtsi b/arch/arm/dts/fsl-ls1028a.dtsi
index bf6373d5ec..64e75c637d 100644
--- a/arch/arm/dts/fsl-ls1028a.dtsi
+++ b/arch/arm/dts/fsl-ls1028a.dtsi
@@ -380,6 +380,39 @@
 		status = "disabled";
 	};
 
+	gpio0: gpio at 2300000 {
+		compatible = "fsl,ls1028a-gpio","fsl,qoriq-gpio";
+		reg = <0x0 0x2300000 0x0 0x10000>;
+		interrupts = <GIC_SPI 36 IRQ_TYPE_LEVEL_HIGH>;
+		gpio-controller;
+		#gpio-cells = <2>;
+		interrupt-controller;
+		#interrupt-cells = <2>;
+		little-endian;
+	};
+
+	gpio1: gpio at 2310000 {
+		compatible = "fsl,ls1028a-gpio","fsl,qoriq-gpio";
+		reg = <0x0 0x2310000 0x0 0x10000>;
+		interrupts = <GIC_SPI 36 IRQ_TYPE_LEVEL_HIGH>;
+		gpio-controller;
+		#gpio-cells = <2>;
+		interrupt-controller;
+		#interrupt-cells = <2>;
+		little-endian;
+	};
+
+	gpio2: gpio at 2320000 {
+		compatible = "fsl,ls1028a-gpio","fsl,qoriq-gpio";
+		reg = <0x0 0x2320000 0x0 0x10000>;
+		interrupts = <GIC_SPI 37 IRQ_TYPE_LEVEL_HIGH>;
+		gpio-controller;
+		#gpio-cells = <2>;
+		interrupt-controller;
+		#interrupt-cells = <2>;
+		little-endian;
+	};
+
 	sata: sata at 3200000 {
 		compatible = "fsl,ls1028a-ahci";
 		reg = <0x0 0x3200000 0x0 0x10000	/* ccsr sata base */
-- 
2.17.1

  parent reply	other threads:[~2020-12-08  8:58 UTC|newest]

Thread overview: 35+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-12-08  8:58 [v2 00/33] gpio: layerscape: fix gpio bug and enable gpio Biwen Li
2020-12-08  8:58 ` [v2 01/33] gpio: mpc8xxx_gpio: fix a bug on ls1046ardb Biwen Li
2021-01-19  6:29   ` Priyanka Jain
2020-12-08  8:58 ` [v2 02/33] arm: dts: ls1021a: add gpio node Biwen Li
2020-12-08  8:58 ` [v2 03/33] arm64: dts: ls1012a: " Biwen Li
2020-12-08  8:58 ` Biwen Li [this message]
2020-12-08  8:58 ` [v2 05/33] arm64: dts: ls1043a: " Biwen Li
2020-12-08  8:58 ` [v2 06/33] arm64: dts: ls1046a: " Biwen Li
2020-12-08  8:58 ` [v2 07/33] arm64: dts: ls1088a: " Biwen Li
2020-12-08  8:58 ` [v2 08/33] arm64: dts: ls208xa: " Biwen Li
2020-12-08  8:58 ` [v2 09/33] configs: ls1012a: enable CONFIG_MPC8XXX_GPIO Biwen Li
2020-12-08  8:58 ` [v2 10/33] configs: ls1043a: " Biwen Li
2020-12-08  8:58 ` [v2 11/33] configs: ls1028a: " Biwen Li
2020-12-08  8:58 ` [v2 12/33] configs: ls1088a: " Biwen Li
2020-12-08  8:58 ` [v2 13/33] configs: ls208xa: " Biwen Li
2020-12-08  8:58 ` [v2 14/33] configs: lx2160a: " Biwen Li
2020-12-08  8:58 ` [v2 15/33] configs: ls1046a: enable MPC8XXX_GPIO Biwen Li
2020-12-08  8:58 ` [v2 16/33] configs: ls1021atwr: enable CONFIG_MPC8XXX_GPIO Biwen Li
2020-12-08  8:58 ` [v2 17/33] configs: ls1021aqds: " Biwen Li
2020-12-08  8:58 ` [v2 18/33] configs: ls1012afrwy: enable CMD_GPIO Biwen Li
2020-12-08  8:58 ` [v2 19/33] configs: ls1012ardb: " Biwen Li
2020-12-08  8:58 ` [v2 20/33] configs: ls1021aqds: " Biwen Li
2020-12-08  8:58 ` [v2 21/33] configs: ls1021atwr: " Biwen Li
2020-12-08  8:58 ` [v2 22/33] configs: ls1028aqds: " Biwen Li
2020-12-08  8:58 ` [v2 23/33] configs: ls1028ardb: " Biwen Li
2020-12-08  8:58 ` [v2 24/33] configs: ls1043aqds: " Biwen Li
2020-12-08  8:58 ` [v2 25/33] configs: ls1043ardb: " Biwen Li
2020-12-08  8:58 ` [v2 26/33] configs: ls1046ardb: " Biwen Li
2020-12-08  8:58 ` [v2 27/33] configs: ls1046aqds: " Biwen Li
2020-12-08  8:59 ` [v2 28/33] configs: ls2088ardb: enable DM_GPIO and CMD_GPIO Biwen Li
2020-12-08  8:59 ` [v2 29/33] configs: ls2088aqds: enable CMD_GPIO Biwen Li
2020-12-08  8:59 ` [v2 30/33] configs: ls1088aqds: enable DM_GPIO and CMD_GPIO Biwen Li
2020-12-08  8:59 ` [v2 31/33] configs: ls1088ardb: " Biwen Li
2020-12-08  8:59 ` [v2 32/33] configs: lx2160ardb: enable CMD_GPIO Biwen Li
2020-12-08  8:59 ` [v2 33/33] configs: lx2160aqds: " Biwen Li

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=20201208085905.46870-5-biwen.li@oss.nxp.com \
    --to=biwen.li@oss.nxp.com \
    --cc=u-boot@lists.denx.de \
    /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.