Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created November 10, 2020 05:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save r-ryantm/0c5e9af1d7452b699380215a7cf20896 to your computer and use it in GitHub Desktop.
Save r-ryantm/0c5e9af1d7452b699380215a7cf20896 to your computer and use it in GitHub Desktop.
/nix/store/qnp4n58as2qi9a0sdkvxwh3hlfrbn3dj-python3.8-dtschema-2020.11
├── bin
│   ├── dt-doc-validate
│   ├── dt-extract-example
│   ├── dt-mk-schema
│   └── dt-validate
├── lib
│   └── python3.8
│   └── site-packages
│   ├── dtschema
│   │   ├── __init__.py
│   │   ├── lib.py
│   │   ├── meta-schemas
│   │   │   ├── base.yaml
│   │   │   ├── boolean.yaml
│   │   │   ├── cell.yaml
│   │   │   ├── clocks.yaml
│   │   │   ├── core.yaml
│   │   │   ├── gpios.yaml
│   │   │   ├── interrupts.yaml
│   │   │   ├── items.yaml
│   │   │   ├── keywords.yaml
│   │   │   ├── mailbox.yaml
│   │   │   ├── nodes.yaml
│   │   │   ├── reset.yaml
│   │   │   ├── string-array.yaml
│   │   │   └── vendor-props.yaml
│   │   ├── __pycache__
│   │   │   ├── __init__.cpython-38.pyc
│   │   │   ├── lib.cpython-38.pyc
│   │   │   └── version.cpython-38.pyc
│   │   ├── schemas
│   │   │   ├── aliases.yaml
│   │   │   ├── cache-controller.yaml
│   │   │   ├── chosen.yaml
│   │   │   ├── clock
│   │   │   │   └── clock.yaml
│   │   │   ├── cpus.yaml
│   │   │   ├── dma
│   │   │   │   └── dma.yaml
│   │   │   ├── dt-core.yaml
│   │   │   ├── gpio
│   │   │   │   ├── gpio-consumer.yaml
│   │   │   │   ├── gpio-hog.yaml
│   │   │   │   └── gpio.yaml
│   │   │   ├── hwlock
│   │   │   │   └── hwlock-consumer.yaml
│   │   │   ├── i2c
│   │   │   │   └── i2c-controller.yaml
│   │   │   ├── iio
│   │   │   │   ├── iio-consumer.yaml
│   │   │   │   └── iio.yaml
│   │   │   ├── interrupt-controller.yaml
│   │   │   ├── interrupts.yaml
│   │   │   ├── iommu
│   │   │   │   └── iommu.yaml
│   │   │   ├── mbox
│   │   │   │   └── mbox-consumer.yaml
│   │   │   ├── memory.yaml
│   │   │   ├── pci
│   │   │   │   └── pci-bus.yaml
│   │   │   ├── phy
│   │   │   │   ├── phy-consumer.yaml
│   │   │   │   └── phy-provider.yaml
│   │   │   ├── pinctrl
│   │   │   │   └── pinctrl-consumer.yaml
│   │   │   ├── power-domain
│   │   │   │   └── power-domain-consumer.yaml
│   │   │   ├── property-units.yaml
│   │   │   ├── pwm
│   │   │   │   └── pwm-consumer.yaml
│   │   │   ├── reg.yaml
│   │   │   ├── reset
│   │   │   │   └── reset.yaml
│   │   │   ├── root-node.yaml
│   │   │   ├── serial.yaml
│   │   │   ├── simple-bus.yaml
│   │   │   └── types.yaml
│   │   └── version.py
│   └── dtschema-2020.11.dist-info
│   ├── direct_url.json
│   ├── INSTALLER
│   ├── LICENSE.txt
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
24 directories, 64 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment