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: Yestin Sun <sunyi0804@gmail.com>
This commit is contained in:
parent
19d397d88e
commit
fd4e51754f
2 changed files with 4 additions and 1 deletions
|
@ -26,3 +26,7 @@
|
|||
sw0 = &user_button;
|
||||
};
|
||||
};
|
||||
|
||||
&usart1 {
|
||||
pinctrl-0 = <&usart1_tx_pa9 &usart1_rx_pa10>;
|
||||
};
|
||||
|
|
|
@ -31,7 +31,6 @@
|
|||
};
|
||||
|
||||
&usart1 {
|
||||
pinctrl-0 = <&usart1_tx_pa9 &usart1_rx_pa10>;
|
||||
current-speed = <115200>;
|
||||
status = "okay";
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue