Error building Matter sample for XIAO nRF54L15 board

If I disable hfxo I am getting this time an GPIO error for uart20:

-- 
   *****************************
   * Running CMake for mcuboot *
   *****************************

Loading Zephyr default modules (Zephyr base).
-- Application: /home/ludovic/ncs/v3.0.2/bootloader/mcuboot/boot/zephyr
-- CMake version: 3.21.0
-- Found Python3: /home/ludovic/ncs/toolchains/7cbc0036f4/usr/local/bin/python (found suitable version "3.12.4", minimum required is "3.10") found components: Interpreter 
-- Cache files will be written to: /home/ludovic/.cache/zephyr
-- Zephyr version: 4.0.99 (/home/ludovic/ncs/v3.0.2/zephyr)
-- Found west (found suitable version "1.2.0", minimum required is "0.14.0")
-- Board: xiao_nrf54l15, qualifiers: nrf54l15/cpuapp
-- Found host-tools: zephyr 0.17.0 (/home/ludovic/ncs/toolchains/7cbc0036f4/opt/zephyr-sdk)
-- Found toolchain: zephyr 0.17.0 (/home/ludovic/ncs/toolchains/7cbc0036f4/opt/zephyr-sdk)
-- Found Dtc: /home/ludovic/ncs/toolchains/7cbc0036f4/usr/bin/dtc (found suitable version "1.5.0", minimum required is "1.4.6") 
-- Found BOARD.dts: /home/ludovic/ncs/v3.0.2/zephyr/boards/arm/xiao_nrf54l15/xiao_nrf54l15_nrf54l15_cpuapp.dts
-- Found devicetree overlay: /home/ludovic/workspace/matter_3.0.2_light_bulb/sysbuild/mcuboot/app.overlay
devicetree error: 'default-gpio-port' appears in /soc/peripheral@50000000/spi@c6000 in /home/ludovic/workspace/matter_3.0.2_light_bulb/xiao_nRF54/mcuboot/zephyr/zephyr.dts.pre, but is not declared in 'properties:' in /home/ludovic/ncs/v3.0.2/zephyr/dts/bindings/spi/nordic,nrf-spim.yaml
CMake Error at /home/ludovic/ncs/v3.0.2/zephyr/cmake/modules/dts.cmake:305 (execute_process):
  execute_process failed command indexes:

    1: "Child return code: 1"

Call Stack (most recent call first):
  /home/ludovic/ncs/v3.0.2/zephyr/cmake/modules/zephyr_default.cmake:133 (include)
  /home/ludovic/ncs/v3.0.2/zephyr/share/zephyr-package/cmake/ZephyrConfig.cmake:66 (include)
  /home/ludovic/ncs/v3.0.2/zephyr/share/zephyr-package/cmake/ZephyrConfig.cmake:92 (include_boilerplate)
  CMakeLists.txt:18 (find_package)

nrf54l_05_10_15.dtsi

:~/ncs/v3.0.2/zephyr/boards/arm/xiao_nrf54l15$ grep -B7 -rn default-gpio-port *
nrf54l_05_10_15.dtsi-307-                               reg = <0xc6000 0x1000>;
nrf54l_05_10_15.dtsi-308-                               interrupts = <198 NRF_DEFAULT_IRQ_PRIORITY>;
nrf54l_05_10_15.dtsi-309-                               max-frequency = <DT_FREQ_M(8)>;
nrf54l_05_10_15.dtsi-310-                               easydma-maxcnt-bits = <16>;
nrf54l_05_10_15.dtsi-311-                               rx-delay-supported;
nrf54l_05_10_15.dtsi-312-                               rx-delay = <1>;
nrf54l_05_10_15.dtsi-313-                               status = "disabled";
nrf54l_05_10_15.dtsi:314:                               default-gpio-port = <&gpio1>;
--
nrf54l_05_10_15.dtsi-318-                       uart20: uart@c6000 {
nrf54l_05_10_15.dtsi-319-                               compatible = "nordic,nrf-uarte";
nrf54l_05_10_15.dtsi-320-                               reg = <0xc6000 0x1000>;
nrf54l_05_10_15.dtsi-321-                               interrupts = <198 NRF_DEFAULT_IRQ_PRIORITY>;
nrf54l_05_10_15.dtsi-322-                               status = "disabled";
nrf54l_05_10_15.dtsi-323-                               endtx-stoptx-supported;
nrf54l_05_10_15.dtsi-324-                               frame-timeout-supported;
nrf54l_05_10_15.dtsi:325:                               default-gpio-port = <&gpio1>;
--
nrf54l_05_10_15.dtsi-350-                               reg = <0xc7000 0x1000>;
nrf54l_05_10_15.dtsi-351-                               interrupts = <199 NRF_DEFAULT_IRQ_PRIORITY>;
nrf54l_05_10_15.dtsi-352-                               max-frequency = <DT_FREQ_M(8)>;
nrf54l_05_10_15.dtsi-353-                               easydma-maxcnt-bits = <16>;
nrf54l_05_10_15.dtsi-354-                               rx-delay-supported;
nrf54l_05_10_15.dtsi-355-                               rx-delay = <1>;
nrf54l_05_10_15.dtsi-356-                               status = "disabled";
nrf54l_05_10_15.dtsi:357:                               default-gpio-port = <&gpio1>;
--
nrf54l_05_10_15.dtsi-361-                       uart21: uart@c7000 {
nrf54l_05_10_15.dtsi-362-                               compatible = "nordic,nrf-uarte";
nrf54l_05_10_15.dtsi-363-                               reg = <0xc7000 0x1000>;
nrf54l_05_10_15.dtsi-364-                               interrupts = <199 NRF_DEFAULT_IRQ_PRIORITY>;
nrf54l_05_10_15.dtsi-365-                               status = "disabled";
nrf54l_05_10_15.dtsi-366-                               endtx-stoptx-supported;
nrf54l_05_10_15.dtsi-367-                               frame-timeout-supported;
nrf54l_05_10_15.dtsi:368:                               default-gpio-port = <&gpio1>;