Lines Matching +full:device +full:- +full:tree
1 .\" -*- nroff -*-
37 .Nd check device tree nodes for compatibility with drivers
51 The "compatible" property of the device tree node is used to
52 identify the type of the device the node represents.
54 hardware types the device is compatible with.
57 and "hardware" is a device identifier, for instance, "fsl"
58 for "Freescale" and "imx6ul-i2c" for the I2C controller.
62 A device tree node can signal this compatibility by
72 value occurs in the "compatible" property list of the device
73 tree node associated with the device
79 property of the device tree node associated with the device
88 value occurs in the "compatible" property list of the device
89 tree node
97 the device tree node associated with the device
102 .Bd -literal -offset indent
111 If the device tree node is not compatible with any of
115 .Bd -literal -offset indent
126 if (!ofw_bus_search_compatible(dev, compat_data)->ocd_data)
136 sc->sc_features = ofw_bus_search_compatible(dev, compat_data)->ocd_data;