14 lines
218 B
YAML
14 lines
218 B
YAML
# Copyright (c) 2020, Pete Johanson
|
|
# SPDX-License-Identifier: MIT
|
|
|
|
properties:
|
|
label:
|
|
type: string
|
|
required: true
|
|
"#binding-cells":
|
|
type: int
|
|
required: true
|
|
const: 1
|
|
|
|
binding-cells:
|
|
- param1
|