Path: blob/master/Documentation/devicetree/bindings/gpio/fsl,imx8qxp-sc-gpio.yaml
26308 views
# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)1%YAML 1.22---3$id: http://devicetree.org/schemas/gpio/fsl,imx8qxp-sc-gpio.yaml#4$schema: http://devicetree.org/meta-schemas/core.yaml#56title: GPIO driver over IMX SCU firmware API78maintainers:9- Shenwei Wang <shenwei.wang@nxp.com>1011description: |12This module provides the standard interface to control the13resource pins in SCU domain on i.MX8 platforms.1415properties:16compatible:17enum:18- fsl,imx8qxp-sc-gpio1920"#gpio-cells":21const: 22223gpio-controller: true2425required:26- compatible27- "#gpio-cells"28- gpio-controller2930additionalProperties: false3132examples:33- |34gpio0: gpio {35compatible = "fsl,imx8qxp-sc-gpio";36gpio-controller;37#gpio-cells = <2>;38};394041