clock-output-names will most of the time (always?) be a list of strings that is under control of the device tree itself, so we cannot really mandate a list of values.
Therefore, using something like
clock-output-names:
items:
- description: First clock to name
- description: Second clock to name
However, the meta-schema seems to reject it
clock-output-names will most of the time (always?) be a list of strings that is under control of the device tree itself, so we cannot really mandate a list of values.
Therefore, using something like
However, the meta-schema seems to reject it