Commit a537c961 authored by Philippe Schenker's avatar Philippe Schenker Committed by Shawn Guo
Browse files

arm64: dts: colibri-imx8x: Add SPI



Add Colibri SPI to the board. lpspi2 is being exposed on the SoM edge.
Add settings to the module-level but finally enable it on the eval-board
dtsi.

Signed-off-by: default avatarPhilippe Schenker <philippe.schenker@toradex.com>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent 9c279d21
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -36,6 +36,11 @@
	};
};

/* Colibri SPI */
&lpspi2 {
	status = "okay";
};

/* Colibri UART_B */
&lpuart0 {
	status = "okay";
+7 −0
Original line number Diff line number Diff line
@@ -91,6 +91,13 @@
	};
};

/* Colibri SPI */
&lpspi2 {
	pinctrl-names = "default";
	pinctrl-0 = <&pinctrl_lpspi2>;
	cs-gpios = <&lsio_gpio1 0 GPIO_ACTIVE_LOW>;
};

/* On-module eMMC */
&usdhc1 {
	bus-width = <8>;