We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a02066 commit 66ec2baCopy full SHA for 66ec2ba
boards/arm/rpi_pico/rpi_pico_defconfig
@@ -8,3 +8,4 @@ CONFIG_GPIO=y
8
CONFIG_USE_DT_CODE_PARTITION=y
9
CONFIG_BUILD_OUTPUT_UF2=y
10
CONFIG_UART_INTERRUPT_DRIVEN=y
11
+CONFIG_RESET=y
dts/arm/rpi_pico/rp2040.dtsi
@@ -82,6 +82,7 @@
82
compatible = "raspberrypi,pico-uart";
83
reg = <0x40034000 DT_SIZE_K(4)>;
84
clocks = <&peripheral_clk>;
85
+ resets = <&reset RPI_PICO_RESETS_RESET_UART0>;
86
interrupts = <20 RPI_PICO_DEFAULT_IRQ_PRIORITY>;
87
interrupt-names = "uart0";
88
label = "UART_0";
@@ -92,6 +93,7 @@
92
93
94
reg = <0x40038000 DT_SIZE_K(4)>;
95
96
+ resets = <&reset RPI_PICO_RESETS_RESET_UART1>;
97
interrupts = <21 RPI_PICO_DEFAULT_IRQ_PRIORITY>;
98
interrupt-names = "uart1";
99
label = "UART_1";
0 commit comments