1# Copyright (c) 2020 Seagate Technology LLC 2# SPDX-License-Identifier: Apache-2.0 3 4description: NXP LPC11U6X GPIO node 5 6compatible: "nxp,lpc11u6x-gpio" 7 8include: [gpio-controller.yaml, base.yaml] 9 10properties: 11 reg: 12 required: true 13 14 interrupts: 15 required: true 16 17 "#gpio-cells": 18 const: 2 19 20 base: 21 type: int 22 default: 0 23 description: index of the first GPIO for this port. 24 25 clocks: 26 required: true 27 28 iocon: 29 required: true 30 type: phandle 31 description: | 32 a phandle reference to the devicetree node that contains the pinmux 33 controller associated with the GPIO controller. 34 35gpio-cells: 36 - pin 37 - flags 38