.gitignore
.travis.yml
LICENSE.txt
README.md
example-schema.yaml
setup.py
dtschema/.gitignore
dtschema/__init__.py
dtschema/lib.py
dtschema/meta-schemas
dtschema/schemas
dtschema/version.py
dtschema.egg-info/PKG-INFO
dtschema.egg-info/SOURCES.txt
dtschema.egg-info/dependency_links.txt
dtschema.egg-info/requires.txt
dtschema.egg-info/top_level.txt
dtschema/meta-schemas/base.yaml
dtschema/meta-schemas/boolean.yaml
dtschema/meta-schemas/cell.yaml
dtschema/meta-schemas/clocks.yaml
dtschema/meta-schemas/core.yaml
dtschema/meta-schemas/gpios.yaml
dtschema/meta-schemas/interrupts.yaml
dtschema/meta-schemas/items.yaml
dtschema/meta-schemas/keywords.yaml
dtschema/meta-schemas/mailbox.yaml
dtschema/meta-schemas/nodes.yaml
dtschema/meta-schemas/reset.yaml
dtschema/meta-schemas/string-array.yaml
dtschema/meta-schemas/vendor-props.yaml
dtschema/schemas/aliases.yaml
dtschema/schemas/cache-controller.yaml
dtschema/schemas/chosen.yaml
dtschema/schemas/cpus.yaml
dtschema/schemas/dt-core.yaml
dtschema/schemas/interrupt-controller.yaml
dtschema/schemas/interrupts.yaml
dtschema/schemas/memory.yaml
dtschema/schemas/property-units.yaml
dtschema/schemas/reg.yaml
dtschema/schemas/root-node.yaml
dtschema/schemas/serial.yaml
dtschema/schemas/simple-bus.yaml
dtschema/schemas/types.yaml
dtschema/schemas/clock/clock.yaml
dtschema/schemas/dma/dma.yaml
dtschema/schemas/gpio/gpio-consumer.yaml
dtschema/schemas/gpio/gpio-hog.yaml
dtschema/schemas/gpio/gpio.yaml
dtschema/schemas/hwlock/hwlock-consumer.yaml
dtschema/schemas/i2c/i2c-controller.yaml
dtschema/schemas/iommu/iommu.yaml
dtschema/schemas/mbox/mbox-consumer.yaml
dtschema/schemas/pci/pci-bus.yaml
dtschema/schemas/phy/phy-consumer.yaml
dtschema/schemas/phy/phy-provider.yaml
dtschema/schemas/pinctrl/pinctrl-consumer.yaml
dtschema/schemas/power-domain/power-domain-consumer.yaml
dtschema/schemas/pwm/pwm-consumer.yaml
dtschema/schemas/reset/reset.yaml
meta-schemas/base.yaml
meta-schemas/boolean.yaml
meta-schemas/cell.yaml
meta-schemas/clocks.yaml
meta-schemas/core.yaml
meta-schemas/gpios.yaml
meta-schemas/interrupts.yaml
meta-schemas/items.yaml
meta-schemas/keywords.yaml
meta-schemas/mailbox.yaml
meta-schemas/nodes.yaml
meta-schemas/reset.yaml
meta-schemas/string-array.yaml
meta-schemas/vendor-props.yaml
schemas/aliases.yaml
schemas/cache-controller.yaml
schemas/chosen.yaml
schemas/cpus.yaml
schemas/dt-core.yaml
schemas/interrupt-controller.yaml
schemas/interrupts.yaml
schemas/memory.yaml
schemas/property-units.yaml
schemas/reg.yaml
schemas/root-node.yaml
schemas/serial.yaml
schemas/simple-bus.yaml
schemas/types.yaml
schemas/clock/clock.yaml
schemas/dma/dma.yaml
schemas/gpio/gpio-consumer.yaml
schemas/gpio/gpio-hog.yaml
schemas/gpio/gpio.yaml
schemas/hwlock/hwlock-consumer.yaml
schemas/i2c/i2c-controller.yaml
schemas/iommu/iommu.yaml
schemas/mbox/mbox-consumer.yaml
schemas/pci/pci-bus.yaml
schemas/phy/phy-consumer.yaml
schemas/phy/phy-provider.yaml
schemas/pinctrl/pinctrl-consumer.yaml
schemas/power-domain/power-domain-consumer.yaml
schemas/pwm/pwm-consumer.yaml
schemas/reset/reset.yaml
test/child-node-fail.yaml
test/child-node.yaml
test/conditionals-allof-fail.yaml
test/conditionals-allof-pass.yaml
test/conditionals-single-fail.yaml
test/conditionals-single-pass.yaml
test/device-fail.yaml
test/device.yaml
test/simple-bus-fail.yaml
test/simple-bus-pass.yaml
test/test-dt-validate.py
test/schemas/bad-example.yaml
test/schemas/child-node-example.yaml
test/schemas/conditionals-allof-example.yaml
test/schemas/conditionals-single-example.yaml
test/schemas/good-example.yaml
tools/dt-doc-validate
tools/dt-extract-example
tools/dt-mk-schema
tools/dt-prop-populate
tools/dt-validate
tools/extract-compatibles
tools/yaml-format
tools/yaml2json