Home
last modified time | relevance | path

Searched refs:subnode (Results 1 – 25 of 57) sorted by relevance

123

/linux/Documentation/devicetree/bindings/pinctrl/
H A Dlantiq,pinctrl-falcon.txt18 The name of each subnode is not important as long as it is unique; all subnodes
21 Each subnode only affects those parameters that are explicitly listed. In
22 other words, a subnode that lists a mux function but no pin configuration
24 Similarly, a pin subnode that describes a pullup parameter implies no
31 Required subnode-properties:
49 Required subnode-properties:
53 Optional subnode-properties:
H A Daxis,artpec6-pinctrl.txt8 A pinctrl node should contain at least one subnode representing the pinctrl
9 groups available on the machine. Each subnode will list the mux function
10 required and what pin group it will use. Each subnode will also configure the
15 Required subnode-properties:
49 Optional subnode-properties (see pinctrl-bindings.txt):
H A Dpinctrl-vt8500.txt25 configuration. Each subnode only affects those parameters that are explicitly
26 listed. In other words, a subnode that lists only a mux function implies no
27 information about any pull configuration. Similarly, a subnode that lists only
30 Required subnode-properties:
33 Optional subnode-properties:
H A Dbrcm,bcm2835-gpio.txt41 configuration. Each subnode only affects those parameters that are explicitly
42 listed. In other words, a subnode that lists only a mux function implies no
43 information about any pull configuration. Similarly, a subnode that lists only
64 Required subnode-properties:
68 Optional subnode-properties:
H A Dlantiq,pinctrl-xway.txt23 The name of each subnode is not important as long as it is unique; all subnodes
26 Each subnode only affects those parameters that are explicitly listed. In
27 other words, a subnode that lists a mux function but no pin configuration
29 Similarly, a pin subnode that describes a pullup parameter implies no
36 Required subnode-properties:
106 Required subnode-properties:
110 Optional subnode-properties:
H A Dpinctrl-palmas.txt22 The name of each subnode is not important; all subnodes should be enumerated
25 Each subnode only affects those parameters that are explicitly listed. In
26 other words, a subnode that lists a mux function but no pin configuration
28 Similarly, a pin subnode that describes a pullup parameter implies no
H A Dberlin,pinctrl.txt10 configurations, one per function. Each subnode has the group name and
29 Required subnode-properties:
H A Dnvidia,tegra124-xusb-padctl.txt40 Each subnode describes groups of lanes along with parameters and pads that
44 Each subnode only applies the parameters that are explicitly listed. In other
45 words, if a subnode that lists a function but no pin configuration parameters
47 subnode that describes only an IDDQ parameter implies no information about
H A Dactions,s700-pinctrl.txt39 The name of each subnode is not important; all subnodes should be enumerated
42 Each subnode only affects those parameters that are explicitly listed. In
43 other words, a subnode that lists a mux function but no pin configuration
45 Similarly, a pin subnode that describes a pullup parameter implies no
52 to specify in a pin configuration subnode:
H A Dactions,s900-pinctrl.txt39 The name of each subnode is not important; all subnodes should be enumerated
42 Each subnode only affects those parameters that are explicitly listed. In
43 other words, a subnode that lists a mux function but no pin configuration
45 Similarly, a pin subnode that describes a pullup parameter implies no
52 to specify in a pin configuration subnode:
H A Dste,nomadik.txt20 The name of each subnode is not important; all subnodes should be enumerated
25 Required pin multiplexing subnode properties:
32 Required pin configuration subnode properties:
H A Dfsl,mxs-pinctrl.txt19 In other words, a subnode that describes a drive strength parameter implies no
41 Required subnode-properties:
60 Optional subnode-properties:
/linux/arch/powerpc/mm/nohash/
H A Dkaslr_booke.c102 int subnode, len, i; in overlaps_reserved_region() local
117 for (subnode = fdt_first_subnode(fdt, regions.reserved_mem); in overlaps_reserved_region()
118 subnode >= 0; in overlaps_reserved_region()
119 subnode = fdt_next_subnode(fdt, subnode)) { in overlaps_reserved_region()
124 reg = fdt_getprop(fdt, subnode, "reg", &len); in overlaps_reserved_region()
/linux/scripts/dtc/
H A Ddtc-parser.y86 %type <node> subnode
561 | subnode subnodes
565 | subnode propdef
572 subnode:
583 | DT_OMIT_NO_REF subnode
587 | DT_LABEL subnode
/linux/Documentation/devicetree/bindings/perf/
H A Dapm-xgene-pmu.txt22 Required properties for L3C subnode:
26 Required properties for IOB subnode:
30 Required properties for MCB subnode:
35 Required properties for MC subnode:
/linux/Documentation/devicetree/bindings/edac/
H A Dapm-xgene-edac.txt27 Required properties for memory controller subnode:
33 Required properties for PMD subnode:
39 Required properties for L3 subnode:
44 Required properties for SoC subnode:
/linux/Documentation/devicetree/bindings/sound/
H A Dmt8173-rt5650.txt10 - codec-capture : the subnode of rt5650 codec capture
11 Required codec-capture subnode properties:
/linux/Documentation/devicetree/bindings/mfd/
H A Dtps6105x.txt12 This subnode selects the chip's operational mode.
13 There can be at most one single available subnode.
/linux/Documentation/devicetree/bindings/clock/st/
H A Dst,clkgen.txt7 address is common of all subnode.
31 Each subnode should use the binding described in [2]..[7]
/linux/Documentation/devicetree/bindings/hwmon/
H A Dnpcm750-pwm-fan.txt27 fan subnode format:
29 Under fan subnode can be upto 8 child nodes, each child node representing a fan.
30 Each fan subnode must have one PWM channel and at least one Fan tach channel.
H A Daspeed-pwm-tacho.txt29 fan subnode format:
31 Under fan subnode there can upto 8 child nodes, with each child node
/linux/Documentation/firmware-guide/acpi/dsd/
H A Dphy.rst60 The "fixed-link" is described by a data-only subnode of the
64 The subnode should comprise a required property ("speed") and
162 MAC node example with a "fixed-link" subnode.
179 Name (LNK0, Package(){ // Data-only subnode of port
/linux/Documentation/devicetree/bindings/regulator/
H A Dmp8859.txt7 Optional subnode for regulator: "mp8859_dcdc", using common regulator
/linux/Documentation/devicetree/bindings/net/
H A Dhisilicon-femac-mdio.txt8 - PHY subnode: inherits from phy binding [1]
/linux/scripts/dtc/libfdt/
H A Dfdt_overlay.c69 * __overlay__ subnode (we wouldn't be called in fdt_overlay_target_offset()
773 int subnode; in overlay_apply_node() local
793 fdt_for_each_subnode(subnode, fdto, node) { in overlay_apply_node()
794 const char *name = fdt_get_name(fdto, subnode, NULL); in overlay_apply_node()
808 ret = overlay_apply_node(fdt, nnode, fdto, subnode); in overlay_apply_node()
966 /* /<fragment-name>/__overlay__/<relative-subnode-path> */ in overlay_symbol_update()
988 /* an __overlay__ subnode must exist */ in overlay_symbol_update()

123