Commit e75cb601 authored by J. Neuschäfer's avatar J. Neuschäfer Committed by Madhavan Srinivasan
Browse files

powerpc: dts: mpc8315erdb: Add GPIO controller node



The MPC8315E SoC and variants have a GPIO controller at IMMR + 0xc00.
This node was previously missing from the device tree.

Signed-off-by: default avatarJ. Neuschäfer <j.ne@posteo.net>
Signed-off-by: default avatarMadhavan Srinivasan <maddy@linux.ibm.com>
Link: https://patch.msgid.link/20250611-mpc-gpio-v1-1-02d1f75336e2@posteo.net
parent 4e6d080a
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -6,6 +6,7 @@
 */

/dts-v1/;
#include <dt-bindings/interrupt-controller/irq.h>

/ {
	compatible = "fsl,mpc8315erdb";
@@ -358,6 +359,15 @@ pmc: power@b00 {
			interrupt-parent = <&ipic>;
			fsl,mpc8313-wakeup-timer = <&gtm1>;
		};

		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 {