Commit graph

6 commits

Author SHA1 Message Date
Fabio Baltieri 83356c31c2 boards: custom_plank: enable gpiote
The gpiote node has to be enabled for the board to build since the
latest upstream nrfx hal update.

Signed-off-by: Fabio Baltieri <fabiobaltieri@google.com>
2024-01-10 10:39:24 +00:00
Fabio Baltieri c2ed36f007 boards: custom_plank: use gpio-as-nreset instead of CONFIG_GPIO_AS_PINRESET
CONFIG_GPIO_AS_PINRESET is deprecated, replace it with the new device
tree property.

Signed-off-by: Fabio Baltieri <fabiobaltieri@google.com>
2023-10-23 14:20:53 +01:00
Gerard Marull-Paretas df81ca548b boards: custom_plank: add missing CONFIG_PINCTRL=y
Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
2023-05-04 23:13:19 +09:00
Gerard Marull-Paretas 8b3555951d boards: custom_plank: migrate to pinctrl
The board still used deprecated nRF *-pin properties,
migrate it to pinctrl.

Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
2022-11-19 16:08:49 +01:00
Gerard Marull-Paretas 29fbd1ede8 devicetree: remove usage of deprecated label property
Devicetree label property has been deprecated, so remove its usage.

Signed-off-by: Gerard Marull-Paretas <gerard@teslabs.com>
2022-08-25 23:55:10 -07:00
Gerard Marull-Paretas d1c935e55c app: initial application skeleton
initial application skeleton demonstrating:

- custom boards
- custom DT bindings
- Out-of-tree drivers

Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
2021-05-07 10:04:22 -04:00