mirror of
https://e.coding.net/weidongshan/linux/doc_and_source_for_drivers.git
synced 2025-12-02 04:41:19 +08:00
fix
This commit is contained in:
@@ -77,13 +77,13 @@ doc_and_source_for_drivers\STM32MP157\source\A7\09_UART\00_stm32mp157_devicetree
|
||||
|
||||
观察STM32MP157的扩展板,背后写着: UART8_TX, UART8_RX,如下图:
|
||||
|
||||

|
||||

|
||||
|
||||
|
||||
|
||||
打开STM32MP157底板原理图,可知UART8_TX、UART8_RX使用引脚PE1、PE0,如下图:
|
||||
|
||||

|
||||

|
||||
|
||||
|
||||
|
||||
@@ -91,7 +91,7 @@ doc_and_source_for_drivers\STM32MP157\source\A7\09_UART\00_stm32mp157_devicetree
|
||||
|
||||
在STM32MP157的内核设备树文件`arch/arm/boot/dts/stm32mp151.dtsi`中,已经设置了uart8节点:
|
||||
|
||||

|
||||

|
||||
|
||||
我们需要使能这个节点,往下看。
|
||||
|
||||
@@ -114,7 +114,7 @@ doc_and_source_for_drivers\STM32MP157\source\A7\09_UART\00_stm32mp157_devicetree
|
||||
|
||||
这些Pinctrl信息已经在`arm/boot/dts/stm32mp157-100ask-pinctrl.dtsi`中有了,无需我们添加:
|
||||
|
||||

|
||||

|
||||
|
||||
|
||||
|
||||
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 34 KiB |
Reference in New Issue
Block a user