Lines Matching +full:8 +full:- +full:pin
1 # Copyright (c) 2023-2024 Analog Devices, Inc.
2 # SPDX-License-Identifier: Apache-2.0
5 MAX32 Pin controller Node
6 Based on pincfg-node.yaml binding.
8 Note: `bias-disable` are default pin configurations.
10 compatible: "adi,max32-pinctrl"
19 child-binding:
24 - name: pincfg-node.yaml
25 property-allowlist:
26 - bias-disable
27 - bias-pull-down
28 - bias-pull-up
29 - output-low
30 - output-high
31 - input-enable
32 - output-enable
33 - power-source
34 - drive-strength
41 Integer array, represents gpio pin number and mux setting.
42 These defines are calculated as: (pin<<8 | port<<4 | function<<0)
44 - port: The gpio port index (0, 1, ...)
45 - pin: The pin offset within the port (0, 1, 2, ...)
46 - function: The function number, can be:
52 In case selected pin function is GPIO, pin is statically configured as
54 can be configured by adding 'ouptut-low' or 'output-high' properties
55 to the pin configuration.
59 -include/zephyr/dt-bindings/pinctrl/max32-pinctrl.h
72 output-high;
74 power-source:
77 GPIO Supply Voltage Select, Selects the voltage rail used for the pin.
80 drive-strength:
88 Mode 3: 8mA