|
@@ -41,6 +41,8 @@
|
|
|
reg = <0x55>;
|
|
|
interrupt-parent = <&irqpin1>;
|
|
|
interrupts = <2 0>; /* IRQ10: hwirq 2 on irqpin1 */
|
|
|
+ pinctrl-0 = <&st1232_pins>;
|
|
|
+ pinctrl-names = "default";
|
|
|
};
|
|
|
};
|
|
|
|
|
@@ -52,4 +54,9 @@
|
|
|
renesas,groups = "scifa1_data";
|
|
|
renesas,function = "scifa1";
|
|
|
};
|
|
|
+
|
|
|
+ st1232_pins: st1232 {
|
|
|
+ renesas,groups = "intc_irq10";
|
|
|
+ renesas,function = "intc";
|
|
|
+ };
|
|
|
};
|