Home
last modified time | relevance | path

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

12

/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 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 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 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 Dcortina,gemini-pinctrl.txt7 The pin controller node must be a subnode of the system controller node.
H A Dpinctrl_spear.txt39 The name of each subnode is not important; all subnodes should be enumerated
42 Required subnode-properties:
H A Dpinctrl-sirf.txt19 Required 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/sound/
H A Dmt8173-rt5650.txt10 - codec-capture : the subnode of rt5650 codec capture
11 Required codec-capture subnode properties:
/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/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/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]
H A Dsnps,dwc-qos-ethernet.txt120 - mdio device tree subnode: When the GMAC has a phy connected to its local
121 mdio, there must be device tree subnode with the following
132 - fixed-mode device tree subnode: see fixed-link.txt in the same directory
H A Dibm,emac.txt86 - fixed-link : Fixed-link subnode describing a link to a non-MDIO
90 - mdio subnode : When the EMAC has a phy connected to its local
93 tree subnode with the following required properties:
H A Dnixge.txt19 - mdio subnode to indicate presence of MDIO controller
/linux/drivers/phy/ti/
H A Dphy-j721e-wiz.c1414 for_each_child_of_node_scoped(serdes, subnode) { in wiz_get_lane_phy_types()
1418 if (!(of_node_name_eq(subnode, "phy") || in wiz_get_lane_phy_types()
1419 of_node_name_eq(subnode, "link"))) in wiz_get_lane_phy_types()
1422 ret = of_property_read_u32(subnode, "reg", &reg); in wiz_get_lane_phy_types()
1426 __func__, subnode->name, ret); in wiz_get_lane_phy_types()
1429 of_property_read_u32(subnode, "cdns,num-lanes", &num_lanes); in wiz_get_lane_phy_types()
1430 of_property_read_u32(subnode, "cdns,phy-type", &phy_type); in wiz_get_lane_phy_types()
/linux/Documentation/devicetree/bindings/net/dsa/
H A Dlan9303.txt18 The integrated switch subnode should be specified according to the binding

12