Home
last modified time | relevance | path

Searched full:schema (Results 1 – 25 of 216) sorted by relevance

123456789

/Linux-v5.4/Documentation/devicetree/
Dwriting-schema.rst3 Writing DeviceTree Bindings in json-schema
6 Devicetree bindings are written using json-schema vocabulary. Schema files are
11 Schema Contents
14 Each schema doc is a structured json-schema which is defined by a set of
16 top-level json-schema properties used are:
19 A json-schema unique identifier string. The string must be a valid
20 URI typically containing the binding's filename and path. For DT schema, it must
22 references to other files specified in schema "$ref" properties. A $ref values
25 of the current schema file's '$id' value. A URL is used even for local files,
28 $schema
[all …]
/Linux-v5.4/Documentation/devicetree/bindings/
Dexample-schema.yaml5 # All the top-level keys are standard json-schema keywords except for
10 $id: "http://devicetree.org/schemas/example-schema.yaml#"
11 # $schema is the meta-schema this schema should be validated with.
12 $schema: "http://devicetree.org/meta-schemas/core.yaml#"
14 title: An example schema annotated with jsonschema details
29 # 'select' is a schema applied to a DT node to determine if this binding
30 # schema should be applied to the node. It is optional and by default the
33 # In this case, a 'false' schema will never match.
36 # A dictionary of DT properties for this binding schema
38 # More complicated schema can use oneOf (XOR), anyOf (OR), or allOf (AND)
[all …]
DMakefile4 DT_MK_SCHEMA ?= dt-mk-schema
14 DT_TMP_SCHEMA := processed-schema.yaml
17 quiet_cmd_mk_schema = SCHEMA $@
D.gitignore2 processed-schema.yaml
/Linux-v5.4/Documentation/devicetree/bindings/net/
Dethernet-phy.yaml5 $schema: http://devicetree.org/meta-schemas/core.yaml#
14 # The dt-schema tools will generate a select statement first by using
/Linux-v5.4/Documentation/devicetree/bindings/arm/
Ddigicolor.yaml5 $schema: http://devicetree.org/meta-schemas/core.yaml#
Dbitmain.yaml5 $schema: http://devicetree.org/meta-schemas/core.yaml#
Daxxia.yaml5 $schema: http://devicetree.org/meta-schemas/core.yaml#
Daltera.yaml5 $schema: http://devicetree.org/meta-schemas/core.yaml#
Dmoxart.yaml5 $schema: http://devicetree.org/meta-schemas/core.yaml#
Dal,alpine.yaml5 $schema: http://devicetree.org/meta-schemas/core.yaml#
Dintel-ixp4xx.yaml5 $schema: http://devicetree.org/meta-schemas/core.yaml#
Dvt8500.yaml5 $schema: http://devicetree.org/meta-schemas/core.yaml#
Dsti.yaml5 $schema: http://devicetree.org/meta-schemas/core.yaml#
Drda.yaml5 $schema: http://devicetree.org/meta-schemas/core.yaml#
Drealtek.yaml5 $schema: http://devicetree.org/meta-schemas/core.yaml#
Dzte.yaml5 $schema: http://devicetree.org/meta-schemas/core.yaml#
Dspear.yaml5 $schema: http://devicetree.org/meta-schemas/core.yaml#
Dcalxeda.yaml5 $schema: http://devicetree.org/meta-schemas/core.yaml#
/Linux-v5.4/Documentation/devicetree/bindings/arm/nxp/
Dlpc32xx.yaml5 $schema: http://devicetree.org/meta-schemas/core.yaml#
/Linux-v5.4/Documentation/devicetree/bindings/arm/socionext/
Dmilbeaut.yaml5 $schema: http://devicetree.org/meta-schemas/core.yaml#
/Linux-v5.4/Documentation/devicetree/bindings/arm/ti/
Dnspire.yaml5 $schema: http://devicetree.org/meta-schemas/core.yaml#
/Linux-v5.4/Documentation/devicetree/bindings/arm/altera/
Dsocfpga-clk-manager.yaml5 $schema: http://devicetree.org/meta-schemas/core.yaml#
/Linux-v5.4/Documentation/devicetree/bindings/riscv/
Dsifive.yaml5 $schema: http://devicetree.org/meta-schemas/core.yaml#
/Linux-v5.4/Documentation/devicetree/bindings/arm/stm32/
Dstm32.yaml5 $schema: http://devicetree.org/meta-schemas/core.yaml#

123456789