Home
last modified time | relevance | path

Searched full:properties (Results 1 – 25 of 1919) sorted by relevance

12345678910>>...77

/Zephyr-latest/dts/bindings/regulator/
Dx-powers,axp2101-regulator.yaml21 /* all properties for DCDC1 */
24 /* all properties for DCDC2 */
27 /* all properties for DCDC3 */
30 /* all properties for DCDC4 */
33 /* all properties for DCDC5 */
36 /* all properties for LDOA1 */
39 /* all properties for LDOA2 */
42 /* all properties for LDOA3 */
45 /* all properties for LDOA4 */
48 /* all properties for LDOB1 */
[all …]
Dx-powers,axp192-regulator.yaml20 /* all properties for DCDC1 */
23 /* all properties for DCDC2 */
26 /* all properties for DCDC3 */
29 /* all properties for LDOIO0 */
32 /* all properties for LDO2 */
35 /* all properties for LDO3 */
58 properties:
Dnordic,npm6001-regulator.yaml18 /* all properties for BUCK0 */
21 /* all properties for BUCK1 */
24 /* all properties for BUCK2 */
27 /* all properties for BUCK3 */
30 /* all properties for LDO0 */
33 /* all properties for LDO1 */
Dnxp,pf1550-regulator.yaml18 /* all properties for BUCK1 */
21 /* all properties for BUCK2 */
24 /* all properties for BUCK3 */
27 /* all properties for LDO1 */
30 /* all properties for LDO2 */
33 /* all properties for LDO3 */
Dmaxim,max20335-regulator.yaml18 /* all properties for BUCK1 */
21 /* all properties for BUCK2 */
24 /* all properties for LDO1 */
27 /* all properties for LDO2 */
30 /* all properties for LDO3 */
Dmps,mpm54304.yaml18 /* all properties for BUCK1 */
21 /* all properties for BUCK2 */
24 /* all properties for BUCK3 */
27 /* all properties for BUCK4 */
Dnordic,npm1300-regulator.yaml19 /* all properties for BUCK1 */
22 /* all properties for BUCK2 */
25 /* all properties for LDO1 */
28 /* all properties for LDO2 */
37 properties:
67 properties:
/Zephyr-latest/scripts/dts/python-devicetree/tests/test-bindings-include/
Dsimple.yaml3 # Base properties for testing property filters up to
6 properties:
15 properties:
24 properties:
Dinclude.yaml5 properties:
13 properties:
20 properties:
/Zephyr-latest/scripts/dts/python-devicetree/tests/test-bindings-init/
Dsimple.yaml3 # Base properties for testing property filters propagation
6 properties:
15 properties:
24 properties:
Dbase_amend.yaml3 # Amends base properties specifications:
8 # - specify new properties
10 # The same kind of amendments are applied to the same properties
28 properties:
57 properties:
80 properties:
/Zephyr-latest/soc/nordic/nrf54h/bicr/
Dbicr-schema.json4 "properties": { object
8 "properties": { object
32 "properties": { object
122 "properties": { object
156 "properties": { object
178 "properties": { object
185 "properties": { object
234 "properties": { object
251 "properties": { object
279 "properties": { object
[all …]
/Zephyr-latest/dts/bindings/pinctrl/
Dmicrochip,mec5-pinctrl.yaml9 pin function selection and pin properties. For example, you can use this
22 A group can also specify shared pin properties common to all the specified
24 supported standard pin properties:
34 Custom pin properties for drive strength and slew rate are available:
48 To change a pin's pinctrl default properties add a reference to the
49 pin in the board's DTS file and set the properties.
68 properties:
91 properties:
Dsilabs,dbus-pinctrl.yaml6 pin function selection and pin properties. For example, you can use this
29 /* Group of output pins with shared properties (name is arbitrary) */
38 /* Group of input pins with shared properties (name is arbitrary) */
56 of the properties on the group.
58 The possible pin properties are as follows:
69 Only one of the above properties must be set at a time, as they are mutually
70 exclusive. Additional properties may be combined with the above ones:
98 selections. Digital pin properties only apply to digital pins. Analog input
100 node for the respective peripheral using properties such as 'zephyr,input-positive'
127 properties:
[all …]
Dmicrochip,xec-pinctrl.yaml10 pin function selection and pin properties. For example, you can use this
23 A group can also specify shared pin properties common to all the specified
25 supported standard pin properties:
35 Custom pin properties for drive strength and slew rate are available:
49 To change a pin's pinctrl default properties add a reference to the
50 pin in the board's DTS file and set the properties.
69 properties:
92 properties:
Dnxp,s32k3-pinctrl.yaml8 the pin function selection and pin properties. This node, labeled 'pinctrl' in
12 peripheral with the same configuration properties. The 'pinmux' property in
13 a group selects the pins to be configured, and the remaining properties set
39 In addition to 'pinmux' property, each group can contain other properties such as
54 If only the required properties are supplied, the pin configuration register
86 properties:
91 An array of pins sharing the same group properties. The pins must be
Dene,kb1200-pinctrl.yaml5 pin function selection and pin properties. For example, you can use these
8 Here is a list of supported standard pin properties:
38 To change a pin's pinctrl default properties, add a reference to the
39 pin in the board's DTS file and set the properties as below:
59 properties:
82 properties:
/Zephyr-latest/doc/hardware/peripherals/
Dcharger.rst17 host controller by setting the relevant properties, and can be adjusted at runtime to respond to
28 Properties subsection
34 Chargers typically support multiple properties, such as temperature readings of the battery-pack
37 Properties are fetched by the client one at a time using :c:func:`charger_get_prop`.
38 Properties are set by the client one at a time using :c:func:`charger_set_prop`.
/Zephyr-latest/doc/build/dts/
Dphandles.rst40 :ref:`dt-bindings-properties` in the devicetree bindings documentation.
68 These properties have type ``phandle``.
76 properties like ``pinctrl-0``, ``pinctrl-1`` etc. may contain multiple
87 These properties have type ``phandles``.
98 These properties have type ``phandle-array``.
102 phandle-array properties
105 These properties are commonly used to specify a resource that is owned by
111 Usually, properties with this type are written like ``phandle-array-prop`` in
135 document more rules about how to use phandle-array properties in practice.
140 Perhaps the most common use case for phandle-array properties is specifying one argument
[all …]
Dapi-usage.rst63 properties.
128 - :ref:`simple-properties`
129 - :ref:`reg-properties`
130 - :ref:`interrupts-properties`
131 - :ref:`phandle-properties`
135 Checking properties and values
146 .. _simple-properties:
148 Simple properties
152 numeric array, and string array properties.
166 That is, properties also need special characters converted to underscores.
[all …]
Dbindings-syntax.rst37 properties:
38 # Requirements for and descriptions of the properties that this
67 datasheets or example nodes or properties as well.
114 .. _dt-bindings-properties:
116 Properties section in Devicetree bindings syntax
119 The ``properties:`` key describes properties that nodes which match the binding
127 properties:
141 The build system uses bindings to generate C macros for devicetree properties
144 build system only generates macros for properties listed in the ``properties:``
145 key for the matching binding. Properties not mentioned in the binding are
[all …]
/Zephyr-latest/dts/bindings/watchdog/
Dsnps,designware-watchdog.yaml7 properties:
8 # This properties is also supported:
19 using the clocks properties.
/Zephyr-latest/dts/bindings/gpio/
Dintel,gpio.yaml10 properties:
12 description: reg properties not required if acpi enumerated
19 description: interrupts properties not required if acpi enumerated
/Zephyr-latest/dts/bindings/test/
Dvnd,great-grandchild-bindings.yaml16 description: child node, no properties
19 description: grandchild node, no properties
24 properties:
/Zephyr-latest/dts/bindings/dsa/
Dmicrochip_dsa.yaml8 properties:
21 description: Properties of slave port
22 properties:

12345678910>>...77