Searched full:schema (Results 1 – 25 of 2871) sorted by relevance
12345678910>>...115
| /Documentation/devicetree/bindings/ |
| D | writing-schema.rst | 3 Writing Devicetree Bindings in json-schema 6 Devicetree bindings are written using json-schema vocabulary. Schema files are 11 Also see :ref:`example-schema`. 13 Schema Contents 16 Each schema doc is a structured json-schema which is defined by a set of 18 top-level json-schema properties used are: 21 A json-schema unique identifier string. The string must be a valid 22 URI typically containing the binding's filename and path. For DT schema, it must 24 references to other files specified in schema "$ref" properties. A $ref value 27 components of the current schema file's '$id' value. A URL is used even for [all …]
|
| D | example-schema.yaml | 5 # 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 …]
|
| D | Makefile | 4 DT_MK_SCHEMA ?= dt-mk-schema 29 -name 'processed-schema*' \) 43 quiet_cmd_mk_schema = SCHEMA $@ 67 $(obj)/processed-schema.json: $(DT_DOCS) $(src)/.yamllint check_dtschema_version FORCE 70 always-y += processed-schema.json 79 dt_compatible_check: $(obj)/processed-schema.json
|
| D | .gitignore | 3 /processed-schema*.yaml 4 /processed-schema*.json
|
| D | writing-bindings.rst | 56 https://github.com/devicetree-org/dt-schema/blob/main/dtschema/schemas/property-units.yaml 72 - Properties without schema types (e.g. without standard suffix or not defined 73 by schema) need the type, even if this is an enum. 75 - If schema includes other schema (e.g. /schemas/i2c/i2c-controller.yaml) use
|
| D | submitting-patches.rst | 22 2) DT binding files are written in DT schema format using json-schema 28 See Documentation/devicetree/bindings/writing-schema.rst for more details 29 about schema and tools setup.
|
| D | graph.txt | 1 This file has moved to graph.yaml in dt-schema repo
|
| D | index.rst | 8 writing-schema
|
| /Documentation/devicetree/bindings/clock/ |
| D | clock-bindings.txt | 1 This file has moved to the clock binding schema: 2 https://github.com/devicetree-org/dt-schema/blob/main/dtschema/schemas/clock/clock.yaml
|
| D | allwinner,sun4i-a10-mod0-clk.yaml | 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 25 # PRCM's schema. Make sure we only validate standalone nodes.
|
| /Documentation/devicetree/bindings/mfd/ |
| D | allwinner,sun6i-a31-prcm.yaml | 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 58 # Already checked in the main schema 88 # Already checked in the main schema 122 # Already checked in the main schema 153 # Already checked in the main schema 186 # Already checked in the main schema
|
| D | allwinner,sun8i-a23-prcm.yaml | 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 60 # Already checked in the main schema 94 # Already checked in the main schema 125 # Already checked in the main schema 144 # Already checked in the main schema
|
| /Documentation/devicetree/bindings/pci/ |
| D | pci-ep.yaml | 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: PCI Endpoint Controller Schema
|
| /Documentation/devicetree/bindings/reset/ |
| D | allwinner,sun6i-a31-clock-reset.yaml | 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 25 # PRCM's schema. Make sure we only validate standalone nodes.
|
| /Documentation/devicetree/bindings/input/ |
| D | input.yaml | 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: Common input schema binding
|
| /Documentation/devicetree/bindings/iio/adc/ |
| D | ingenic,adc.yaml | 6 $schema: "http://devicetree.org/meta-schemas/core.yaml#" 18 https://github.com/devicetree-org/dt-schema/blob/master/schemas/iio/iio-consumer.yaml,
|
| /Documentation/devicetree/bindings/net/ |
| D | qcom,bam-dmux.yaml | 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 18 Note that this schema does not directly describe a hardware block but rather
|
| /Documentation/devicetree/bindings/arm/ |
| D | digicolor.yaml | 5 $schema: http://devicetree.org/meta-schemas/core.yaml#
|
| D | moxart.yaml | 5 $schema: http://devicetree.org/meta-schemas/core.yaml#
|
| D | bitmain.yaml | 5 $schema: http://devicetree.org/meta-schemas/core.yaml#
|
| D | linux,dummy-virt.yaml | 5 $schema: http://devicetree.org/meta-schemas/core.yaml#
|
| D | sti.yaml | 5 $schema: http://devicetree.org/meta-schemas/core.yaml#
|
| /Documentation/devicetree/bindings/ata/ |
| D | snps,dwc-ahci-common.yaml | 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 13 This document defines device tree schema for the generic Synopsys DWC
|
| /Documentation/devicetree/bindings/arm/bcm/ |
| D | brcm,bcm11351.yaml | 5 $schema: http://devicetree.org/meta-schemas/core.yaml#
|
| D | brcm,bcm21664.yaml | 5 $schema: http://devicetree.org/meta-schemas/core.yaml#
|
12345678910>>...115