Lines Matching full:yaml

7 files are YAML files. A :ref:`simple example <dt-bindings-simple-example>` was
20 .. code-block:: yaml
29 See https://yaml-multiline.info/ for formatting help.
32 include: other.yaml
77 .. code-block:: YAML
123 .. code-block:: YAML
182 .. code-block:: YAML
340 .. code-block:: YAML
348 if ``foo = <3>;`` had appeared in the DTS (except YAML data types are used for
403 .. code-block:: YAML
434 .. code-block:: YAML
470 .. code-block:: YAML
484 .. code-block:: YAML
517 .. code-block:: YAML
532 .. code-block:: YAML
548 .. code-block:: YAML
554 .. code-block:: YAML
598 .. code-block:: YAML
600 # manufacturer,sensor-spi.yaml, which matches sensor@0 on the SPI bus:
604 # manufacturer,sensor-i2c.yaml, which matches sensor@79 on the I2C bus:
612 bus-sensitive logic ignores :file:`manufacturer,sensor-i2c.yaml` when searching
646 .. code-block:: YAML
648 # foo,pwm.yaml
655 # bar,pwm.yaml
669 array is specified as e.g. ``clock-cells: []`` in YAML.
683 .. code-block:: YAML
685 include: foo.yaml
687 If any file named :file:`foo.yaml` is found (see
696 .. code-block:: YAML
698 # foo.yaml will be merged with content at this level
699 include: foo.yaml
702 # bar.yaml will be merged with content at this level
703 include: bar.yaml
715 The file :zephyr_file:`base.yaml <dts/bindings/base/base.yaml>` contains
717 good idea to check if :file:`base.yaml` already defines some of the needed
720 Note that you can make a property defined in base.yaml obligatory like this,
723 .. code-block:: YAML
733 .. code-block:: YAML
736 - foo.yaml
737 - bar.yaml
739 This includes the files :file:`foo.yaml` and :file:`bar.yaml`. (You can
740 write this list in a single line of YAML as ``include: [foo.yaml, bar.yaml]``.)
751 .. code-block:: YAML
754 - name: foo.yaml
758 - name: bar.yaml
773 .. code-block:: YAML
776 - foo.yaml
777 - name: bar.yaml
784 .. code-block:: YAML
787 - name: bar.yaml