Lines Matching +full:40 +full:- +full:pin

2 # SPDX-License-Identifier: Apache-2.0
5 The Ambiq Apollo3 pin controller is a node responsible for controlling
6 pin function selection and pin properties, such as routing a UART0 TX
7 to pin 60 and enabling the pullup resistor on that pin.
16 All device pin configurations should be placed in child nodes of the
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 <dt-bindings/pinctrl/ambiq-apollo3-pinctrl.h>
33 input-enable;
38 The 'uart0_default' child node encodes the pin configurations for a
42 As shown, pin configurations are organized in groups within each child node.
43 Each group can specify a list of pin function selections in the 'pinmux'
46 A group can also specify shared pin properties common to all the specified
47 pins, such as the 'input-enable' property in group 2.
49 compatible: "ambiq,apollo3-pinctrl"
53 child-binding:
56 child-binding:
59 - name: pincfg-node.yaml
60 property-allowlist:
61 - input-enable
62 - drive-push-pull
63 - drive-open-drain
64 - bias-high-impedance
65 - bias-pull-up
66 - bias-pull-down
75 pin number and the alternative function of the pin.
76 drive-strength:
79 - "0.1"
80 - "0.5"
81 - "0.75"
82 - "1.0"
85 The drive strength of a pin, relative to full-driver strength.
88 ambiq,pull-up-ohms:
91 - 1500
92 - 6000
93 - 12000
94 - 24000
97 The 1.5K-24K pullup values are valid for select I2C enabled pads.
98 For Apollo3 these pins are 0-1,5-6,8-9,25,27,39-40,42-43,48-49.
101 ambiq,iom-nce-module:
105 IOM nCE module select, selects the SPI channel (CE) number (0-3).
107 register CFGx.GPIOnOUTCFG. If the pin is not a CE, this
109 ambiq,iom-mspi:
113 Indicates the module which uses specific CE pin, 1 if CE is IOM, 0 if MSPI.
117 ambiq hal. If the pin is not a CE, this descriptor will be ignored.
118 ambiq,iom-num:
122 Indicates the instance which uses specific CE pin.
123 IOM number (0-5) or MSPI (0-2).
127 ambiq hal. If the pin is not a CE, this descriptor will be ignored.