nordic,nrf-gpiote

Vendor: Nordic Semiconductor

Description

NRF5 GPIOTE node

Properties

Properties not inherited from the base binding file.

Name

Type

Details

instance

int

The GPIOTE instance number. GPIOTE instance GPIOTE0 has:

  instance = <0>;

And GPIOTE1 has:

  instance = <1>;

This property is required.

owned-channels

array

List of channels in a split-ownership peripheral that are to be owned
for use by the compiled CPU.

nonsecure-channels

array

List of channels in a split-ownership, split-security peripheral that
are to be configured as nonsecure. In Trustzone systems, this property
is only evaluated for secure peripherals, as nonsecure channels are
implicitly specified through the owned-channels property. This property
is ignored in non-Trustzone systems.

child-owned-channels

array

List of channels in a split-ownership peripheral that are officially
owned by the compiled CPU but intended to be used by its child
subprocessor(s).