diff options
Diffstat (limited to 'Bindings/clock/fixed-clock.yaml')
-rw-r--r-- | Bindings/clock/fixed-clock.yaml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Bindings/clock/fixed-clock.yaml b/Bindings/clock/fixed-clock.yaml index b0a4fb8256e2..90fb10660684 100644 --- a/Bindings/clock/fixed-clock.yaml +++ b/Bindings/clock/fixed-clock.yaml @@ -11,6 +11,15 @@ maintainers: - Stephen Boyd <sboyd@kernel.org> properties: + $nodename: + anyOf: + - description: + Preferred name is 'clock-<freq>' with <freq> being the output + frequency as defined in the 'clock-frequency' property. + pattern: "^clock-([0-9]+|[a-z0-9-]+)$" + - description: Any name allowed + deprecated: true + compatible: const: fixed-clock |