Lines Matching full:use
24 - DO use node names matching the class of the device. Many standard names are
34 - DON'T use 'syscon' alone without a specific compatible string. A 'syscon'
42 - DO make 'compatible' properties specific. DON'T use wildcards in compatible
43 strings. DO use fallback compatibles when devices are the same as or a subset
47 - DO use a vendor prefix on device-specific property names. Consider if
54 - DO use common property unit suffixes for properties with scientific units.
75 - If schema includes other schema (e.g. /schemas/i2c/i2c-controller.yaml) use
76 "unevaluatedProperties:false". In other cases, usually use
79 - For sub-blocks/components of bigger device (e.g. SoC blocks) use rather
82 For example use "vendor,soc1234-i2c" instead of "vendor,i2c-v2".
84 - "syscon" is not a generic property. Use vendor and type, e.g.
92 - DO use non-empty 'ranges' to limit the size of child buses/devices. 64-bit