[PATCH 12/19] powerpc: dts: mpc8315e: Add GPIO controller node
From: J. Neuschäfer via B4 Relay
Date: Thu Jan 02 2025 - 13:34:41 EST
From: "J. Neuschäfer" <j.ne@xxxxxxxxxx>
This node das previously missing from the device tree.
Signed-off-by: J. Neuschäfer <j.ne@xxxxxxxxxx>
---
arch/powerpc/boot/dts/mpc8315e.dtsi | 9 +++++++++
1 file changed, 9 insertions(+)
diff --git a/arch/powerpc/boot/dts/mpc8315e.dtsi b/arch/powerpc/boot/dts/mpc8315e.dtsi
index f9d1b48b08799822d33f5e7606030019a19b4743..ad6131d913fd45ec5b693d85e031ec520fb28b2f 100644
--- a/arch/powerpc/boot/dts/mpc8315e.dtsi
+++ b/arch/powerpc/boot/dts/mpc8315e.dtsi
@@ -302,6 +302,15 @@ pmc: power@b00 {
interrupt-parent = <&ipic>;
fsl,mpc8313-wakeup-timer = <>m1>;
};
+
+ gpio: gpio-controller@c00 {
+ compatible = "fsl,mpc8314-gpio";
+ reg = <0xc00 0x100>;
+ interrupts = <74 IRQ_TYPE_LEVEL_LOW>;
+ interrupt-parent = <&ipic>;
+ gpio-controller;
+ #gpio-cells = <2>;
+ };
};
pci0: pci@e0008500 {
--
2.45.2