.gitignore
LICENSE.txt
README.md
example-schema.yaml
pyproject.toml
.github/workflows/ci.yml
.github/workflows/publish.yml
dtschema/.gitignore
dtschema/__init__.py
dtschema/check_compatible.py
dtschema/cmp_schema.py
dtschema/doc_validate.py
dtschema/dtb.py
dtschema/dtb2py.py
dtschema/dtb_validate.py
dtschema/extract_compatibles.py
dtschema/extract_example.py
dtschema/extract_props.py
dtschema/fixups.py
dtschema/lib.py
dtschema/mk_schema.py
dtschema/schema.py
dtschema/validator.py
dtschema/version.py
dtschema.egg-info/PKG-INFO
dtschema.egg-info/SOURCES.txt
dtschema.egg-info/dependency_links.txt
dtschema.egg-info/entry_points.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/dma.yaml
dtschema/meta-schemas/gpios.yaml
dtschema/meta-schemas/hwlock.yaml
dtschema/meta-schemas/iio.yaml
dtschema/meta-schemas/interrupts.yaml
dtschema/meta-schemas/iommu.yaml
dtschema/meta-schemas/items.yaml
dtschema/meta-schemas/keywords.yaml
dtschema/meta-schemas/mailbox.yaml
dtschema/meta-schemas/nodes.yaml
dtschema/meta-schemas/nvmem.yaml
dtschema/meta-schemas/phy.yaml
dtschema/meta-schemas/power-domain.yaml
dtschema/meta-schemas/pwm.yaml
dtschema/meta-schemas/reset.yaml
dtschema/meta-schemas/string-array.yaml
dtschema/meta-schemas/types.yaml
dtschema/meta-schemas/vendor-props.yaml
dtschema/schemas/aliases.yaml
dtschema/schemas/bootph.yaml
dtschema/schemas/cache-controller.yaml
dtschema/schemas/cache.yaml
dtschema/schemas/chosen.yaml
dtschema/schemas/cpu-map.yaml
dtschema/schemas/cpu.yaml
dtschema/schemas/cpus.yaml
dtschema/schemas/dt-core.yaml
dtschema/schemas/graph.yaml
dtschema/schemas/interconnects.yaml
dtschema/schemas/interrupt-controller.yaml
dtschema/schemas/interrupts.yaml
dtschema/schemas/memory.yaml
dtschema/schemas/msi-consumer.yaml
dtschema/schemas/numa-distance-map-v1.yaml
dtschema/schemas/options.yaml
dtschema/schemas/post-init-providers.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/system-idle-states.yaml
dtschema/schemas/types.yaml
dtschema/schemas/wakeup-source.yaml
dtschema/schemas/access-controller/access-controller-consumer.yaml
dtschema/schemas/bus/qemu,platform.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-nexus-node.yaml
dtschema/schemas/gpio/gpio.yaml
dtschema/schemas/hwlock/hwlock-consumer.yaml
dtschema/schemas/i2c/i2c-controller.yaml
dtschema/schemas/iio/iio-consumer.yaml
dtschema/schemas/iio/iio.yaml
dtschema/schemas/iommu/iommu-provider.yaml
dtschema/schemas/iommu/iommu.yaml
dtschema/schemas/isa/isa-bridge.yaml
dtschema/schemas/isa/isa-bus.yaml
dtschema/schemas/mbox/mbox-consumer.yaml
dtschema/schemas/opp/opp.yaml
dtschema/schemas/options/u-boot.yaml
dtschema/schemas/pci/pci-bus-common.yaml
dtschema/schemas/pci/pci-bus.yaml
dtschema/schemas/pci/pci-device.yaml
dtschema/schemas/pci/pci-host-bridge.yaml
dtschema/schemas/pci/pci-iommu.yaml
dtschema/schemas/pci/pci-pci-bridge.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/reserved-memory/framebuffer.yaml
dtschema/schemas/reserved-memory/memory-region.yaml
dtschema/schemas/reserved-memory/reserved-memory.yaml
dtschema/schemas/reserved-memory/shared-dma-pool.yaml
dtschema/schemas/reset/reset.yaml
dtschema/schemas/thermal/thermal.yaml
dtschema/schemas/trigger/trigger-source.yaml
test/bootphases.dts
test/child-node-fail.dts
test/child-node.dts
test/conditionals-allof-fail.dts
test/conditionals-allof-pass.dts
test/conditionals-single-fail.dts
test/conditionals-single-pass.dts
test/device-fail.dts
test/device.dts
test/simple-bus-fail.dts
test/simple-bus-pass.dts
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-prop-populate
tools/yaml-format
tools/yaml2json