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

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
......@@ -36,6 +36,11 @@ rtc_i2c: rtc@68 {
};
};
/* Colibri SPI */
&lpspi2 {
status = "okay";
};
/* Colibri UART_B */
&lpuart0 {
status = "okay";
......
......@@ -91,6 +91,13 @@ ethphy0: ethernet-phy@2 {
};
};
/* 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>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment