We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e6d080 commit e75cb60Copy full SHA for e75cb60
arch/powerpc/boot/dts/mpc8315erdb.dts
@@ -6,6 +6,7 @@
6
*/
7
8
/dts-v1/;
9
+#include <dt-bindings/interrupt-controller/irq.h>
10
11
/ {
12
compatible = "fsl,mpc8315erdb";
@@ -358,6 +359,15 @@
358
359
interrupt-parent = <&ipic>;
360
fsl,mpc8313-wakeup-timer = <>m1>;
361
};
362
+
363
+ gpio: gpio-controller@c00 {
364
+ compatible = "fsl,mpc8314-gpio";
365
+ reg = <0xc00 0x100>;
366
+ interrupts = <74 IRQ_TYPE_LEVEL_LOW>;
367
+ interrupt-parent = <&ipic>;
368
+ gpio-controller;
369
+ #gpio-cells = <2>;
370
+ };
371
372
373
pci0: pci@e0008500 {
0 commit comments