Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f46a6b0f authored by Laurent Pinchart's avatar Laurent Pinchart Committed by Simon Horman
Browse files

ARM: shmobile: armadillo-reference: Add st1232 pin mappings



Add pin mappings for the st1232 device to the device tree and reference
them as the default state for the device.

Signed-off-by: default avatarLaurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Signed-off-by: default avatarSimon Horman <horms+renesas@verge.net.au>
parent 5d244563
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -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";
	};
};