1 From b6d46b9454742a25f9d923be072869e40b2ecebb Mon Sep 17 00:00:00 2001
2 From: =?UTF-8?q?=C3=81lvaro=20Fern=C3=A1ndez=20Rojas?= <noltari@gmail.com>
3 Date: Wed, 24 Mar 2021 09:19:22 +0100
4 Subject: [PATCH 21/22] dt-bindings: add BCM6318 GPIO sysctl binding
7 Content-Type: text/plain; charset=UTF-8
8 Content-Transfer-Encoding: 8bit
10 Add binding documentation for the GPIO sysctl found in BCM6318 SoCs.
12 Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
13 Reviewed-by: Rob Herring <robh@kernel.org>
14 Link: https://lore.kernel.org/r/20210324081923.20379-22-noltari@gmail.com
15 Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
17 .../mfd/brcm,bcm6318-gpio-sysctl.yaml | 177 ++++++++++++++++++
18 1 file changed, 177 insertions(+)
19 create mode 100644 Documentation/devicetree/bindings/mfd/brcm,bcm6318-gpio-sysctl.yaml
22 +++ b/Documentation/devicetree/bindings/mfd/brcm,bcm6318-gpio-sysctl.yaml
24 +# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
27 +$id: http://devicetree.org/schemas/mfd/brcm,bcm6318-gpio-sysctl.yaml#
28 +$schema: http://devicetree.org/meta-schemas/core.yaml#
30 +title: Broadcom BCM6318 GPIO System Controller Device Tree Bindings
33 + - Álvaro Fernández Rojas <noltari@gmail.com>
34 + - Jonas Gorski <jonas.gorski@gmail.com>
37 + Broadcom BCM6318 SoC GPIO system controller which provides a register map
38 + for controlling the GPIO and pins of the SoC.
41 + "#address-cells": true
47 + - const: brcm,bcm6318-gpio-sysctl
61 + $ref: "../gpio/brcm,bcm6345-gpio.yaml"
63 + GPIO controller for the SoC GPIOs. This child node definition
64 + should follow the bindings specified in
65 + Documentation/devicetree/bindings/gpio/brcm,bcm6345-gpio.yaml.
67 + "^pinctrl@[0-9a-f]+$":
70 + $ref: "../pinctrl/brcm,bcm6318-pinctrl.yaml"
72 + Pin controller for the SoC pins. This child node definition
73 + should follow the bindings specified in
74 + Documentation/devicetree/bindings/pinctrl/brcm,bcm6318-pinctrl.yaml.
83 +additionalProperties: false
88 + #address-cells = <1>;
90 + compatible = "brcm,bcm6318-gpio-sysctl", "syscon", "simple-mfd";
91 + reg = <0x10000080 0x80>;
92 + ranges = <0 0x10000080 0x80>;
95 + compatible = "brcm,bcm6318-gpio";
96 + reg-names = "dirout", "dat";
97 + reg = <0x0 0x8>, <0x8 0x8>;
100 + gpio-ranges = <&pinctrl 0 0 50>;
104 + pinctrl: pinctrl@10 {
105 + compatible = "brcm,bcm6318-pinctrl";
106 + reg = <0x18 0x10>, <0x54 0x18>;
108 + pinctrl_ephy0_spd_led: ephy0_spd_led-pins {
109 + function = "ephy0_spd_led";
113 + pinctrl_ephy1_spd_led: ephy1_spd_led-pins {
114 + function = "ephy1_spd_led";
118 + pinctrl_ephy2_spd_led: ephy2_spd_led-pins {
119 + function = "ephy2_spd_led";
123 + pinctrl_ephy3_spd_led: ephy3_spd_led-pins {
124 + function = "ephy3_spd_led";
128 + pinctrl_ephy0_act_led: ephy0_act_led-pins {
129 + function = "ephy0_act_led";
133 + pinctrl_ephy1_act_led: ephy1_act_led-pins {
134 + function = "ephy1_act_led";
138 + pinctrl_ephy2_act_led: ephy2_act_led-pins {
139 + function = "ephy2_act_led";
143 + pinctrl_ephy3_act_led: ephy3_act_led-pins {
144 + function = "ephy3_act_led";
148 + pinctrl_serial_led: serial_led-pins {
149 + pinctrl_serial_led_data: serial_led_data-pins {
150 + function = "serial_led_data";
154 + pinctrl_serial_led_clk: serial_led_clk-pins {
155 + function = "serial_led_clk";
160 + pinctrl_inet_act_led: inet_act_led-pins {
161 + function = "inet_act_led";
165 + pinctrl_inet_fail_led: inet_fail_led-pins {
166 + function = "inet_fail_led";
170 + pinctrl_dsl_led: dsl_led-pins {
171 + function = "dsl_led";
175 + pinctrl_post_fail_led: post_fail_led-pins {
176 + function = "post_fail_led";
180 + pinctrl_wlan_wps_led: wlan_wps_led-pins {
181 + function = "wlan_wps_led";
185 + pinctrl_usb_pwron: usb_pwron-pins {
186 + function = "usb_pwron";
190 + pinctrl_usb_device_led: usb_device_led-pins {
191 + function = "usb_device_led";
195 + pinctrl_usb_active: usb_active-pins {
196 + function = "usb_active";