[PATCH 3/3] ARM: dts: imxrt1020: add gpio5 node to this SoC

2021-06-09 Thread sbabic
> i.MXRT1020 supports gpio5, so let's add a node for it.
> Signed-off-by: Giulio Benetti 
Applied to u-boot-imx, master, thanks !

Best regards,
Stefano Babic

-- 
=
DENX Software Engineering GmbH,  Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-53 Fax: +49-8142-66989-80 Email: sba...@denx.de
=


[PATCH 3/3] ARM: dts: imxrt1020: add gpio5 node to this SoC

2021-05-16 Thread Giulio Benetti
i.MXRT1020 supports gpio5, so let's add a node for it.

Signed-off-by: Giulio Benetti 
---
 arch/arm/dts/imxrt1020.dtsi | 11 +++
 1 file changed, 11 insertions(+)

diff --git a/arch/arm/dts/imxrt1020.dtsi b/arch/arm/dts/imxrt1020.dtsi
index 884d57f614..5ba314f995 100644
--- a/arch/arm/dts/imxrt1020.dtsi
+++ b/arch/arm/dts/imxrt1020.dtsi
@@ -120,6 +120,17 @@
#interrupt-cells = <2>;
};
 
+   gpio5: gpio@400c {
+   compatible = "fsl,imxrt-gpio", "fsl,imx35-gpio";
+   reg = <0x400c 0x4000>;
+   interrupts = ,
+   ;
+   gpio-controller;
+   #gpio-cells = <2>;
+   interrupt-controller;
+   #interrupt-cells = <2>;
+   };
+
gpt1: gpt1@401ec000 {
compatible = "fsl,imxrt-gpt";
reg = <0x401ec000 0x4000>;
-- 
2.25.1