aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/arm/boot/dts/r8a7740-armadillo800eva-reference.dts7
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/r8a7740-armadillo800eva-reference.dts b/arch/arm/boot/dts/r8a7740-armadillo800eva-reference.dts
index 4a7ae32d4718..a6c6606dd69b 100644
--- a/arch/arm/boot/dts/r8a7740-armadillo800eva-reference.dts
+++ b/arch/arm/boot/dts/r8a7740-armadillo800eva-reference.dts
@@ -41,6 +41,8 @@
41 reg = <0x55>; 41 reg = <0x55>;
42 interrupt-parent = <&irqpin1>; 42 interrupt-parent = <&irqpin1>;
43 interrupts = <2 0>; /* IRQ10: hwirq 2 on irqpin1 */ 43 interrupts = <2 0>; /* IRQ10: hwirq 2 on irqpin1 */
44 pinctrl-0 = <&st1232_pins>;
45 pinctrl-names = "default";
44 }; 46 };
45}; 47};
46 48
@@ -52,4 +54,9 @@
52 renesas,groups = "scifa1_data"; 54 renesas,groups = "scifa1_data";
53 renesas,function = "scifa1"; 55 renesas,function = "scifa1";
54 }; 56 };
57
58 st1232_pins: st1232 {
59 renesas,groups = "intc_irq10";
60 renesas,function = "intc";
61 };
55}; 62};