Skip to content

Commit e04bc90

Browse files
xudongzhengkartben
authored andcommitted
boards: rp2040: set startup-delay-multiplier for applicable boards
This is based on boards in https://github.com/raspberrypi/pico-sdk/tree/2.1.0/src/boards/include/boards that have a custom value set for PICO_XOSC_STARTUP_DELAY_MULTIPLIER. Signed-off-by: Xudong Zheng <[email protected]>
1 parent d2010e7 commit e04bc90

File tree

3 files changed

+12
-0
lines changed

3 files changed

+12
-0
lines changed

boards/adafruit/kb2040/adafruit_kb2040.dts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,3 +122,7 @@ zephyr_udc0: &usbd {
122122
regulator-always-on;
123123
regulator-allowed-modes = <REGULATOR_RPI_PICO_MODE_NORMAL>;
124124
};
125+
126+
&xosc {
127+
startup-delay-multiplier = <64>;
128+
};

boards/adafruit/qt_py_rp2040/adafruit_qt_py_rp2040.dts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,3 +152,7 @@ zephyr_udc0: &usbd {
152152
regulator-always-on;
153153
regulator-allowed-modes = <REGULATOR_RPI_PICO_MODE_NORMAL>;
154154
};
155+
156+
&xosc {
157+
startup-delay-multiplier = <64>;
158+
};

boards/seeed/xiao_rp2040/xiao_rp2040.dts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,3 +167,7 @@ zephyr_udc0: &usbd {
167167
regulator-always-on;
168168
regulator-allowed-modes = <REGULATOR_RPI_PICO_MODE_NORMAL>;
169169
};
170+
171+
&xosc {
172+
startup-delay-multiplier = <64>;
173+
};

0 commit comments

Comments
 (0)