File tree Expand file tree Collapse file tree 2 files changed +3
-17
lines changed
boards/shields/simple_arduino_adapter Expand file tree Collapse file tree 2 files changed +3
-17
lines changed Original file line number Diff line number Diff line change @@ -6,5 +6,3 @@ config SHIELD_SIMPLE_ARDUINO_ADAPTER
66 help
77 This shield maps nrf board pins to Arduino header format,
88 allowing standard Arduino shields to work on every nrf board.
9- It can be realized with a cable connection between the board
10- and the Arduino shield.
Original file line number Diff line number Diff line change 66/*
77 * Arduino header adapter shield for nrf54l15dk
88 * This shield maps nrf54l15dk pins to Arduino header format
9- * allowing standard Arduino shields to work on nrf54l15dk
10- *
11- * IMPORTANT: This implementation avoids serial interface conflicts by using
12- * separate hardware blocks for I2C, SPI, and UART functions.
9+ * allowing standard Arduino shields to work on nrf54l15dk.
10+ * It can be realized with a cable connection between the board
11+ * and the Arduino shield.
1312 */
1413
1514/ {
4342 };
4443};
4544
46- /*
47- * Serial Interface Assignment Strategy (avoiding conflicts):
48- *
49- * Address Mapping:
50- * - 0xc6000 (Serial Interface 20): UART20 (console) - RESERVED
51- * - 0xc8000 (Serial Interface 22): I2C22 (Arduino I2C)
52- * - 0x104000 (Serial Interface 30): SPI30 (Arduino SPI)
53- *
54- * This assignment ensures no conflicts between console and Arduino functions.
55- */
56-
5745arduino_spi: &spi30 {
5846 status = "okay";
5947 pinctrl-0 = <&spi30_default_alt>;
You can’t perform that action at this time.
0 commit comments