zephyr/dts/bindings/gpio/intel,apollo-lake-gpio.yaml
Peter A. Bigot 44cf206c2e x86: apollo_lake: add nexus map for GPIO nodes
This maps devicetree GPIO phandle arrays from the full controller pin
range to the sub-controllers required by Zephyr's limit of 32 pins per
controller device.

Signed-off-by: Peter A. Bigot <pab@pabigot.com>
2020-02-05 12:00:36 +01:00

23 lines
745 B
YAML

# Copyright (c) 2019 Peter Bigot Consulting, LLC
# SPDX-License-Identifier: Apache-2.0
description: |
Apollo Lake GPIO Map
Map from Apollo Lake GPIO to component GPIO driver instances.
The Apollo Lake GPIO architecture provides four controllers each of
which has more than 32 pins. To be supported on Zephyr these pins
must be mapped to sub-devices that have no more than 32 pins each.
This compatible is used to map the full controller to its
subdevices.
The NORTH controller supports 78 pins.
The NORTHWEST controller supports 77 pins.
The WEST controller supports 47 pins.
The SOUTHWEST controller supports 43 pins.
compatible: "intel,apollo-lake-gpio"
include: [gpio-nexus.yaml, base.yaml]