Commit fd4e5175 authored by Yestin Sun's avatar Yestin Sun Committed by Ioannis Glaropoulos
Browse files

boards: stm32l562e_dk: Avoid GPIO pinctrl for non secure target



After TZ is enabled, the GPIO peripherals are secured and are
not accessible from non secure world.
This commit prevents the GPIO pinctrl from the non secure target
for stm32l562e_dk board.

Signed-off-by: default avatarYestin Sun <sunyi0804@gmail.com>
parent 19d397d8
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -26,3 +26,7 @@
		sw0 = &user_button;
	};
};

&usart1 {
	pinctrl-0 = <&usart1_tx_pa9 &usart1_rx_pa10>;
};
+0 −1
Original line number Diff line number Diff line
@@ -31,7 +31,6 @@
};

&usart1 {
	pinctrl-0 = <&usart1_tx_pa9 &usart1_rx_pa10>;
	current-speed = <115200>;
	status = "okay";
};