Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

boards: nrf: port to pinctrl #43926

Merged
merged 97 commits into from
Mar 21, 2022

Commits on Mar 21, 2022

  1. drivers: pinctrl: nrf: fix nordic,nrf-twi handling on nRF51/52

    The NRF_TWI_Type struct doesn't have an homogeneous layout between
    nRF51/52 series. This patch tries to select the right layout based on
    selected SoC.
    
    Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
    gmarull committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    fdb1d31 View commit details
    Browse the repository at this point in the history
  2. scripts: utils: pinctrl_nrf_migrate: support more peripherals

    Add support for more peripherals:
    
    - I2C
    - SPI (master mode assumed)
    - PDM
    - QDEC
    - QSPI
    - PWM
    - I2S
    
    Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
    gmarull committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    97e8a19 View commit details
    Browse the repository at this point in the history
  3. boards: shields: sparkfun_sara_r4: delete redundant overlay

    The nrf52840dk_nrf52840 already maps arduino_serial to the overlayed
    pins.
    
    Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
    gmarull committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    4cd2470 View commit details
    Browse the repository at this point in the history
  4. boards: arm: 96b_carbon_nrf51: migrate to pinctrl

    Use pinctrl instead of `-pin` properties.
    
    Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
    gmarull committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    4b34318 View commit details
    Browse the repository at this point in the history
  5. boards: arm: 96b_nitrogen: migrate to pinctrl

    Use pinctrl instead of `-pin` properties.
    
    Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
    gmarull committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    e59ec38 View commit details
    Browse the repository at this point in the history
  6. boards: arm: adafruit_feather_nrf52840: migrate to pinctrl

    Use pinctrl instead of `-pin` properties.
    
    Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
    gmarull committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    c867328 View commit details
    Browse the repository at this point in the history
  7. boards: arm: arduino_nano_33_ble: migrate to pinctrl

    Use pinctrl instead of `-pin` properties.
    
    Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
    gmarull committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    6ea6c15 View commit details
    Browse the repository at this point in the history
  8. boards: arm: actinius_icarus: migrate to pinctrl

    Use pinctrl instead of `-pin` properties.
    
    Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
    gmarull committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    234221f View commit details
    Browse the repository at this point in the history
  9. boards: arm: actinius_icarus_bee: migrate to pinctrl

    Use pinctrl instead of `-pin` properties.
    
    Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
    gmarull committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    134d781 View commit details
    Browse the repository at this point in the history
  10. boards: arm: actinius_icarus_som: migrate to pinctrl

    Use pinctrl instead of `-pin` properties.
    
    Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
    gmarull committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    6a79bf0 View commit details
    Browse the repository at this point in the history
  11. boards: arm: bbc_microbit: migrate to pinctrl

    Use pinctrl instead of `-pin` properties.
    
    Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
    gmarull committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    cef3fa6 View commit details
    Browse the repository at this point in the history
  12. boards: arm: bbc_microbit_v2: migrate to pinctrl

    Use pinctrl instead of `-pin` properties.
    
    Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
    gmarull committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    557c006 View commit details
    Browse the repository at this point in the history
  13. boards: arm: bl5340_dvk: migrate to pinctrl

    Use pinctrl instead of `-pin` properties.
    
    Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
    gmarull committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    a607b4a View commit details
    Browse the repository at this point in the history
  14. boards: arm: bl652_dvk: migrate to pinctrl

    Use pinctrl instead of `-pin` properties.
    
    Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
    gmarull committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    3e2e195 View commit details
    Browse the repository at this point in the history
  15. boards: arm: bl653_dvk: migrate to pinctrl

    Use pinctrl instead of `-pin` properties.
    
    Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
    gmarull committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    827703c View commit details
    Browse the repository at this point in the history
  16. boards: arm: bl654_dvk: migrate to pinctrl

    Use pinctrl instead of `-pin` properties.
    
    Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
    gmarull committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    8426505 View commit details
    Browse the repository at this point in the history
  17. boards: arm: bl654_sensor_board: migrate to pinctrl

    Use pinctrl instead of `-pin` properties.
    
    Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
    gmarull committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    5103e93 View commit details
    Browse the repository at this point in the history
  18. boards: arm: bl654_usb: migrate to pinctrl

    Use pinctrl instead of `-pin` properties.
    
    Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
    gmarull committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    03cbb6f View commit details
    Browse the repository at this point in the history
  19. boards: arm: blueclover_plt_demo_v2_nrf52832: migrate to pinctrl

    Use pinctrl instead of `-pin` properties.
    
    Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
    gmarull committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    beea582 View commit details
    Browse the repository at this point in the history
  20. boards: arm: bt510: migrate to pinctrl

    Use pinctrl instead of `-pin` properties.
    
    Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
    gmarull committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    a17c5f8 View commit details
    Browse the repository at this point in the history
  21. boards: arm: bt610: migrate to pinctrl

    Use pinctrl instead of `-pin` properties.
    
    Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
    gmarull committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    102ce03 View commit details
    Browse the repository at this point in the history
  22. boards: arm: circuitdojo_feather_nrf9160: remove redundant pins

    The tx/rx pins are already defined in the common file.
    
    Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
    gmarull committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    4f9f09a View commit details
    Browse the repository at this point in the history
  23. boards: arm: circuitdojo_feather_nrf9160: migrate to pinctrl

    Use pinctrl instead of `-pin` properties.
    
    Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
    gmarull committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    dedb8c8 View commit details
    Browse the repository at this point in the history
  24. boards: arm: contextualelectronics_abc: migrate to pinctrl

    Use pinctrl instead of `-pin` properties.
    
    Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
    gmarull committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    6f14e27 View commit details
    Browse the repository at this point in the history
  25. boards: arm: decawave_dwm1001_dev: migrate to pinctrl

    Use pinctrl instead of `-pin` properties.
    
    Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
    gmarull committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    abf2ad8 View commit details
    Browse the repository at this point in the history
  26. boards: arm: degu_evk: migrate to pinctrl

    Use pinctrl instead of `-pin` properties.
    
    Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
    gmarull committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    cc8ae35 View commit details
    Browse the repository at this point in the history
  27. boards: arm: holyiot_yj16019: migrate to pinctrl

    Use pinctrl instead of `-pin` properties.
    
    Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
    gmarull committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    04850e3 View commit details
    Browse the repository at this point in the history
  28. boards: arm: nrf21540dk_nrf52840: migrate to pinctrl

    Use pinctrl instead of `-pin` properties.
    
    Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
    gmarull committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    19d0e0c View commit details
    Browse the repository at this point in the history
  29. boards: arm: nrf51_ble400: migrate to pinctrl

    Use pinctrl instead of `-pin` properties.
    
    Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
    gmarull committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    b043351 View commit details
    Browse the repository at this point in the history
  30. boards: arm: nrf51_blenano: migrate to pinctrl

    Use pinctrl instead of `-pin` properties.
    
    Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
    gmarull committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    c1f773e View commit details
    Browse the repository at this point in the history
  31. boards: arm: nrf51dk_nrf51422: migrate to pinctrl

    Use pinctrl instead of `-pin` properties.
    
    Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
    gmarull committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    06b5288 View commit details
    Browse the repository at this point in the history
  32. boards: arm: nrf51dongle_nrf51422: migrate to pinctrl

    Use pinctrl instead of `-pin` properties.
    
    Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
    gmarull committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    3d31756 View commit details
    Browse the repository at this point in the history
  33. boards: arm: nrf51_vbluno51: migrate to pinctrl

    Use pinctrl instead of `-pin` properties.
    
    Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
    gmarull committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    0258b4f View commit details
    Browse the repository at this point in the history
  34. boards: arm: nrf52832_mdk: migrate to pinctrl

    Use pinctrl instead of `-pin` properties.
    
    Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
    gmarull committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    5c3795a View commit details
    Browse the repository at this point in the history
  35. boards: arm: nrf52833dk_nrf52820: migrate to pinctrl

    Use pinctrl instead of `-pin` properties.
    
    Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
    gmarull committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    e80eb27 View commit details
    Browse the repository at this point in the history
  36. boards: arm: nrf52833dk_nrf52833: migrate to pinctrl

    Use pinctrl instead of `-pin` properties.
    
    Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
    gmarull committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    8742767 View commit details
    Browse the repository at this point in the history
  37. boards: arm: nrf52840_blip: migrate to pinctrl

    Use pinctrl instead of `-pin` properties.
    
    Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
    gmarull committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    93a6994 View commit details
    Browse the repository at this point in the history
  38. boards: arm: nrf52840dk_nrf52811: migrate to pinctrl

    Use pinctrl instead of `-pin` properties.
    
    Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
    gmarull committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    b093793 View commit details
    Browse the repository at this point in the history
  39. boards: arm: nrf52840dk_nrf52840: migrate to pinctrl

    Use pinctrl instead of `-pin` properties.
    
    Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
    gmarull committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    128a83c View commit details
    Browse the repository at this point in the history
  40. boards: arm: nrf52840dongle_nrf52840: migrate to pinctrl

    Use pinctrl instead of `-pin` properties.
    
    Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
    gmarull committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    c93beb6 View commit details
    Browse the repository at this point in the history
  41. boards: arm: nrf52840_mdk: migrate to pinctrl

    Use pinctrl instead of `-pin` properties.
    
    Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
    gmarull committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    bbbd108 View commit details
    Browse the repository at this point in the history
  42. boards: arm: nrf52840_mdk_usb_dongle: migrate to pinctrl

    Use pinctrl instead of `-pin` properties.
    
    Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
    gmarull committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    aa67f67 View commit details
    Browse the repository at this point in the history
  43. boards: arm: nrf52840_papyr: migrate to pinctrl

    Use pinctrl instead of `-pin` properties.
    
    Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
    gmarull committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    1f66260 View commit details
    Browse the repository at this point in the history
  44. boards: arm: nrf52_adafruit_feather: migrate to pinctrl

    Use pinctrl instead of `-pin` properties.
    
    Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
    gmarull committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    3df92a9 View commit details
    Browse the repository at this point in the history
  45. boards: arm: nrf52_blenano2: migrate to pinctrl

    Use pinctrl instead of `-pin` properties.
    
    Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
    gmarull committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    cd76934 View commit details
    Browse the repository at this point in the history
  46. boards: arm: nrf52dk_nrf52805: migrate to pinctrl

    Use pinctrl instead of `-pin` properties.
    
    Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
    gmarull committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    1688d86 View commit details
    Browse the repository at this point in the history
  47. boards: arm: nrf52dk_nrf52810: migrate to pinctrl

    Use pinctrl instead of `-pin` properties.
    
    Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
    gmarull committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    088c27e View commit details
    Browse the repository at this point in the history
  48. boards: arm: nrf52dk_nrf52832: migrate to pinctrl

    Use pinctrl instead of `-pin` properties.
    
    Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
    gmarull committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    6055e85 View commit details
    Browse the repository at this point in the history
  49. boards: arm: nrf52_sparkfun: migrate to pinctrl

    Use pinctrl instead of `-pin` properties.
    
    Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
    gmarull committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    dd13543 View commit details
    Browse the repository at this point in the history
  50. boards: arm: nrf52_vbluno52: migrate to pinctrl

    Use pinctrl instead of `-pin` properties.
    
    Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
    gmarull committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    f87e458 View commit details
    Browse the repository at this point in the history
  51. boards: arm: nrf5340dk_nrf5340: migrate to pinctrl

    Use pinctrl instead of `-pin` properties.
    
    Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
    gmarull committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    9bde9bf View commit details
    Browse the repository at this point in the history
  52. boards: arm: nrf9160dk_nrf52840: migrate to pinctrl

    Use pinctrl instead of `-pin` properties.
    
    Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
    gmarull committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    1bdc6ec View commit details
    Browse the repository at this point in the history
  53. boards: arm: nrf9160dk_nrf9160: remove duplicated pins

    The i2c2 pins are defined with the same value in the common file.
    
    Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
    gmarull committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    a9733be View commit details
    Browse the repository at this point in the history
  54. boards: arm: nrf9160dk_nrf9160: migrate to pinctrl

    Use pinctrl instead of `-pin` properties.
    
    Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
    gmarull committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    8909159 View commit details
    Browse the repository at this point in the history
  55. boards: arm: nrf9160_innblue21: migrate to pinctrl

    Use pinctrl instead of `-pin` properties.
    
    Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
    gmarull committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    dec1ae7 View commit details
    Browse the repository at this point in the history
  56. boards: arm: nrf9160_innblue22: migrate to pinctrl

    Use pinctrl instead of `-pin` properties.
    
    Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
    gmarull committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    9ba85fd View commit details
    Browse the repository at this point in the history
  57. boards: arm: particle_argon: migrate to pinctrl

    Use pinctrl instead of `-pin` properties.
    
    Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
    gmarull committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    f5aaf49 View commit details
    Browse the repository at this point in the history
  58. boards: arm: particle_boron: migrate to pinctrl

    Use pinctrl instead of `-pin` properties.
    
    Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
    gmarull committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    73b1dab View commit details
    Browse the repository at this point in the history
  59. boards: arm: particle_xenon: migrate to pinctrl

    Use pinctrl instead of `-pin` properties.
    
    Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
    gmarull committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    cd9939d View commit details
    Browse the repository at this point in the history
  60. boards: arm: pinetime_devkit0: migrate to pinctrl

    Use pinctrl instead of `-pin` properties.
    
    Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
    gmarull committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    9a427fb View commit details
    Browse the repository at this point in the history
  61. boards: arm: pinnacle_100_dvk: migrate to pinctrl

    Use pinctrl instead of `-pin` properties.
    
    Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
    gmarull committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    b5399e3 View commit details
    Browse the repository at this point in the history
  62. boards: arm: qemu_cortex_m0: migrate to pinctrl

    Use pinctrl instead of `-pin` properties.
    
    Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
    gmarull committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    bbbcba5 View commit details
    Browse the repository at this point in the history
  63. boards: arm: rak4631_nrf52840: migrate to pinctrl

    Use pinctrl instead of `-pin` properties.
    
    Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
    gmarull committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    fbe0cd9 View commit details
    Browse the repository at this point in the history
  64. boards: arm: rak5010_nrf52840: migrate to pinctrl

    Use pinctrl instead of `-pin` properties.
    
    Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
    gmarull committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    0d744ed View commit details
    Browse the repository at this point in the history
  65. boards: arm: reel_board: migrate to pinctrl

    Use pinctrl instead of `-pin` properties.
    
    Note that the custom code in `board.c` enabling UART pull-ups has been
    replaced by the `bias-pull-up` property set for the RX pin (following
    the code comment).
    
    Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
    gmarull committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    618db98 View commit details
    Browse the repository at this point in the history
  66. boards: arm: rm1xx_dvk: migrate to pinctrl

    Use pinctrl instead of `-pin` properties.
    
    Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
    gmarull committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    a0a10c6 View commit details
    Browse the repository at this point in the history
  67. boards: arm: ruuvi_ruuvitag: migrate to pinctrl

    Use pinctrl instead of `-pin` properties.
    
    Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
    gmarull committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    84aab3b View commit details
    Browse the repository at this point in the history
  68. boards: arm: sparkfun_thing_plus_nrf9160: remove duplicated pins

    The uart0 pins are already defined in the common file.
    
    Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
    gmarull committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    587a82b View commit details
    Browse the repository at this point in the history
  69. boards: arm: sparkfun_thing_plus_nrf9160: migrate to pinctrl

    Use pinctrl instead of `-pin` properties.
    
    Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
    gmarull committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    aebb40e View commit details
    Browse the repository at this point in the history
  70. boards: arm: thingy52_nrf52832: migrate to pinctrl

    Use pinctrl instead of `-pin` properties.
    
    Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
    gmarull committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    c968d9e View commit details
    Browse the repository at this point in the history
  71. boards: arm: thingy53_nrf5340: remove redundant entries

    i2c0 and spi0 peripherals are already disabled by default.
    
    Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
    gmarull committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    6265aff View commit details
    Browse the repository at this point in the history
  72. boards: arm: thingy53_nrf5340: migrate to pinctrl

    Use pinctrl instead of `-pin` properties.
    
    Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
    gmarull committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    cbfc197 View commit details
    Browse the repository at this point in the history
  73. boards: arm: ubx_bmd300eval_nrf52832: migrate to pinctrl

    Use pinctrl instead of `-pin` properties.
    
    Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
    gmarull committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    f87be95 View commit details
    Browse the repository at this point in the history
  74. boards: arm: ubx_bmd330eval_nrf52810: migrate to pinctrl

    Use pinctrl instead of `-pin` properties.
    
    Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
    gmarull committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    b30e0c8 View commit details
    Browse the repository at this point in the history
  75. boards: arm: ubx_bmd340eval_nrf52840: migrate to pinctrl

    Use pinctrl instead of `-pin` properties.
    
    Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
    gmarull committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    ffb909a View commit details
    Browse the repository at this point in the history
  76. boards: arm: ubx_bmd345eval_nrf52840: migrate to pinctrl

    Use pinctrl instead of `-pin` properties.
    
    Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
    gmarull committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    802a7ee View commit details
    Browse the repository at this point in the history
  77. boards: arm: ubx_bmd380eval_nrf52811: migrate to pinctrl

    Use pinctrl instead of `-pin` properties.
    
    Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
    gmarull committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    079abdb View commit details
    Browse the repository at this point in the history
  78. boards: arm: ubx_bmd380eval_nrf52840: migrate to pinctrl

    Use pinctrl instead of `-pin` properties.
    
    Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
    gmarull committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    d61e81f View commit details
    Browse the repository at this point in the history
  79. boards: arm: ubx_evkannab1_nrf52832: migrate to pinctrl

    Use pinctrl instead of `-pin` properties.
    
    Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
    gmarull committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    0858845 View commit details
    Browse the repository at this point in the history
  80. boards: arm: ubx_evkninab1_nrf52832: migrate to pinctrl

    Use pinctrl instead of `-pin` properties.
    
    Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
    gmarull committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    48f09ee View commit details
    Browse the repository at this point in the history
  81. boards: arm: ubx_evkninab3_nrf52840: migrate to pinctrl

    Use pinctrl instead of `-pin` properties.
    
    Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
    gmarull committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    5ecb751 View commit details
    Browse the repository at this point in the history
  82. boards: arm: ubx_evkninab4_nrf52833: migrate to pinctrl

    Use pinctrl instead of `-pin` properties.
    
    Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
    gmarull committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    86017b0 View commit details
    Browse the repository at this point in the history
  83. boards: shields: wnc_m14a2a: use pinctrl for nrf board overlay

    nRF boards now require usage of pinctrl, migrate them.
    
    Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
    gmarull committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    bfab6bd View commit details
    Browse the repository at this point in the history
  84. samples: bluetooth: hci_spi: use pinctrl for nrf board overlay

    nRF boards now require usage of pinctrl, migrate them.
    
    Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
    gmarull committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    996bdc8 View commit details
    Browse the repository at this point in the history
  85. samples: boards: nrf: nrfx_prs: migrate to pinctrl

    nRF boards now require usage of pinctrl, migrate the sample and
    overlays.
    
    Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
    gmarull committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    494d7bc View commit details
    Browse the repository at this point in the history
  86. samples: drivers: audio: dmic: use pinctrl for nrf board overlay

    nRF boards now require usage of pinctrl, migrate them.
    
    Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
    gmarull committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    caaa414 View commit details
    Browse the repository at this point in the history
  87. samples: drivers: i2s: echo: use pinctrl for nrf board overlay

    nRF boards now require usage of pinctrl, migrate them.
    
    Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
    gmarull committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    fe2d2bd View commit details
    Browse the repository at this point in the history
  88. samples: drivers: spi_flash_at45: use pinctrl for nrf board overlay

    nRF boards now require usage of pinctrl, migrate them.
    
    Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
    gmarull committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    55c181e View commit details
    Browse the repository at this point in the history
  89. samples: net: wifi: use pinctrl for nrf board overlay

    nRF boards now require usage of pinctrl, migrate them.
    
    Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
    gmarull committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    d010bfe View commit details
    Browse the repository at this point in the history
  90. samples: sensor: adxl362: use pinctrl for nrf board overlay

    nRF boards now require usage of pinctrl, migrate them.
    
    Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
    gmarull committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    c335734 View commit details
    Browse the repository at this point in the history
  91. samples: sensor: ccs811: use pinctrl for nrf board overlay

    nRF boards now require usage of pinctrl, migrate them.
    
    Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
    gmarull committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    79752f5 View commit details
    Browse the repository at this point in the history
  92. samples: sensor: icm42065: use pinctrl for nrf board overlay

    nRF boards now require usage of pinctrl, migrate them.
    
    Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
    gmarull committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    b8640bc View commit details
    Browse the repository at this point in the history
  93. tests: drivers: i2s: use pinctrl for nrf board overlay

    nRF boards now require usage of pinctrl, migrate them.
    
    Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
    gmarull committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    0dd7287 View commit details
    Browse the repository at this point in the history
  94. tests: drivers: uart: use pinctrl for nrf board overlay

    nRF boards now require usage of pinctrl, migrate them.
    
    Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
    gmarull committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    18d9301 View commit details
    Browse the repository at this point in the history
  95. samples: code_relocation_nocopy: use pinctrl for nRF noard

    The sample relied on `-pin` properties from QSPI node, move to pinctrl.
    
    Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
    gmarull committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    0bd19f5 View commit details
    Browse the repository at this point in the history
  96. samples: boards: nrf: dynamic_pinctrl: remove existing configs

    The nrf52840dk_nrf52840 board has been ported to pinctrl, so there's no
    need to keep duplicated definitions in the sample anymore.
    
    Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
    gmarull committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    f594338 View commit details
    Browse the repository at this point in the history
  97. samples: out_of_tree_board: port nRF board to pinctrl

    nRF boards are expected to use pinctrl now, so port this sample as well.
    
    Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
    gmarull committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    72d5423 View commit details
    Browse the repository at this point in the history