Lines Matching +full:string +full:- +full:array +full:- +full:enum
2 # SPDX-License-Identifier: Apache-2.0
19 /* You can put this in places like a board-pinctrl.dtsi file in
23 /* include pre-defined combinations for the SoC variant used by the board */
24 #include <zephyr/dt-bindings/pinctrl/renesas/pinctrl-rzt-common.h>
33 input-enable;
47 pins, such as the 'input-enable' property in group 2.
49 compatible: "renesas,rzt-pinctrl"
53 child-binding:
56 child-binding:
59 - name: pincfg-node.yaml
60 property-allowlist:
61 - input-enable
62 - output-enable
63 - output-high
64 - bias-pull-up
65 - bias-pull-down
66 - input-schmitt-enable
71 type: array
73 An array of pins sharing the same group properties. Each
74 element of the array is an integer constructed from the
76 drive-strength:
77 type: string
78 enum:
79 - "low"
80 - "middle"
81 - "high"
82 - "ultrahigh"
85 The drive strength of a pin, relative to full-driver strength.
87 slew-rate:
88 type: string
89 enum:
90 - "slow"
91 - "fast"