Masahiro Yamada | 849b104 | 2020-02-22 15:04:35 +0900 | [diff] [blame] | 1 | # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause |
| 2 | %YAML 1.2 |
| 3 | --- |
| 4 | $id: http://devicetree.org/schemas/pinctrl/socionext,uniphier-pinctrl.yaml# |
| 5 | $schema: http://devicetree.org/meta-schemas/core.yaml# |
| 6 | |
| 7 | title: UniPhier SoCs pin controller |
| 8 | |
| 9 | maintainers: |
| 10 | - Masahiro Yamada <yamada.masahiro@socionext.com> |
| 11 | |
| 12 | properties: |
| 13 | $nodename: |
| 14 | pattern: "pinctrl" |
| 15 | |
| 16 | compatible: |
| 17 | enum: |
| 18 | - socionext,uniphier-ld4-pinctrl |
| 19 | - socionext,uniphier-pro4-pinctrl |
| 20 | - socionext,uniphier-sld8-pinctrl |
| 21 | - socionext,uniphier-pro5-pinctrl |
| 22 | - socionext,uniphier-pxs2-pinctrl |
| 23 | - socionext,uniphier-ld6b-pinctrl |
| 24 | - socionext,uniphier-ld11-pinctrl |
| 25 | - socionext,uniphier-ld20-pinctrl |
| 26 | - socionext,uniphier-pxs3-pinctrl |
Kunihiko Hayashi | f66e173 | 2021-10-06 20:10:05 +0900 | [diff] [blame] | 27 | - socionext,uniphier-nx1-pinctrl |
Masahiro Yamada | 849b104 | 2020-02-22 15:04:35 +0900 | [diff] [blame] | 28 | |
| 29 | required: |
| 30 | - compatible |
| 31 | |
Rob Herring | 5be478f | 2020-10-02 18:41:43 -0500 | [diff] [blame] | 32 | additionalProperties: false |
| 33 | |
Masahiro Yamada | 849b104 | 2020-02-22 15:04:35 +0900 | [diff] [blame] | 34 | examples: |
| 35 | - | |
| 36 | // The UniPhier pinctrl should be a subnode of a "syscon" compatible node. |
| 37 | |
| 38 | soc-glue@5f800000 { |
| 39 | compatible = "socionext,uniphier-pro4-soc-glue", "simple-mfd", "syscon"; |
| 40 | reg = <0x5f800000 0x2000>; |
| 41 | |
| 42 | pinctrl: pinctrl { |
| 43 | compatible = "socionext,uniphier-pro4-pinctrl"; |
| 44 | }; |
| 45 | }; |