Kumar Gala | 1fe41c1 | 2019-08-09 11:04:49 -0500 | [diff] [blame] | 1 | # Copyright (c) 2019, Linaro Limited |
Kumar Gala | 1fe41c1 | 2019-08-09 11:04:49 -0500 | [diff] [blame] | 2 | # SPDX-License-Identifier: Apache-2.0 |
Kumar Gala | 1fe41c1 | 2019-08-09 11:04:49 -0500 | [diff] [blame] | 3 | |
Ulf Magnusson | 1480ad9 | 2019-08-15 14:06:15 +0200 | [diff] [blame] | 4 | # Common fields for GPIO nexus nodes |
Kumar Gala | 1fe41c1 | 2019-08-09 11:04:49 -0500 | [diff] [blame] | 5 | |
| 6 | properties: |
| 7 | gpio-map: |
| 8 | type: compound |
Ulf Magnusson | fcd665a | 2019-08-28 00:22:01 +0200 | [diff] [blame] | 9 | required: true |
Kumar Gala | 1fe41c1 | 2019-08-09 11:04:49 -0500 | [diff] [blame] | 10 | |
| 11 | gpio-map-mask: |
| 12 | type: compound |
Ulf Magnusson | fcd665a | 2019-08-28 00:22:01 +0200 | [diff] [blame] | 13 | required: false |
Kumar Gala | 1fe41c1 | 2019-08-09 11:04:49 -0500 | [diff] [blame] | 14 | |
| 15 | gpio-map-pass-thru: |
| 16 | type: compound |
Ulf Magnusson | fcd665a | 2019-08-28 00:22:01 +0200 | [diff] [blame] | 17 | required: false |
Kumar Gala | 1fe41c1 | 2019-08-09 11:04:49 -0500 | [diff] [blame] | 18 | |
| 19 | "#gpio-cells": |
| 20 | type: int |
Ulf Magnusson | fcd665a | 2019-08-28 00:22:01 +0200 | [diff] [blame] | 21 | required: true |
Kumar Gala | 1fe41c1 | 2019-08-09 11:04:49 -0500 | [diff] [blame] | 22 | description: Number of items to expect in a GPIO specifier |