The F1Cx00 SoCs connect the first PortA pins to UART1.

Add this to the SoC .dtsi, so boards can reference UART1 pins.

Signed-off-by: Andre Przywara <andre.przyw...@arm.com>
---
 arch/arm/dts/suniv-f1c100s.dtsi | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/arch/arm/dts/suniv-f1c100s.dtsi b/arch/arm/dts/suniv-f1c100s.dtsi
index 0edc1724407..bc563c12e95 100644
--- a/arch/arm/dts/suniv-f1c100s.dtsi
+++ b/arch/arm/dts/suniv-f1c100s.dtsi
@@ -175,6 +175,11 @@
                                pins = "PE0", "PE1";
                                function = "uart0";
                        };
+
+                       uart1_pa_pins: uart1-pa-pins {
+                               pins = "PA2", "PA3";
+                               function = "uart1";
+                       };
                };
 
                timer@1c20c00 {
-- 
2.25.1

Reply via email to