1# Copyright (c) 2019, Linaro Limited 2# SPDX-License-Identifier: Apache-2.0 3 4# Common fields for GPIO nexus nodes 5 6properties: 7 gpio-map: 8 type: compound 9 required: true 10 11 gpio-map-mask: 12 type: compound 13 14 gpio-map-pass-thru: 15 type: compound 16 17 "#gpio-cells": 18 type: int 19 required: true 20 description: Number of items to expect in a GPIO specifier 21