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