6bce789829
Add a set of bindings that will be used in the nRF54H20 SoC definition. Extend the existing GPIOTE binding with properties needed for this SoC. Also do a tiny clean-up in the bindings added recently for nRF54L15 (HFXO and LFXO). Signed-off-by: Grzegorz Swiderski <grzegorz.swiderski@nordicsemi.no> Signed-off-by: Gerard Marull-Paretas <gerard@teslabs.com> Signed-off-by: Andrzej Głąbek <andrzej.glabek@nordicsemi.no>
30 lines
468 B
YAML
30 lines
468 B
YAML
# Copyright (c) 2018, marc-cpdesign
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
description: NRF5 GPIOTE node
|
|
|
|
compatible: "nordic,nrf-gpiote"
|
|
|
|
include:
|
|
- base.yaml
|
|
- nordic,split-channels.yaml
|
|
|
|
properties:
|
|
reg:
|
|
required: true
|
|
|
|
interrupts:
|
|
required: true
|
|
|
|
instance:
|
|
type: int
|
|
required: true
|
|
description: |
|
|
The GPIOTE instance number. GPIOTE instance GPIOTE0 has:
|
|
|
|
instance = <0>;
|
|
|
|
And GPIOTE1 has:
|
|
|
|
instance = <1>;
|