Skip to content

Instantly share code, notes, and snippets.

@notro
Created September 26, 2013 18:22
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 notro/6718376 to your computer and use it in GitHub Desktop.
Save notro/6718376 to your computer and use it in GitHub Desktop.
$ tree -A /proc/device-tree/
/proc/device-tree/
+-- #address-cells
+-- aliases
¦ +-- name
+-- chosen
¦ +-- bootargs
¦ +-- name
+-- clocks
¦ +-- #address-cells
¦ +-- compatible
¦ +-- i2c
¦ ¦ +-- #clock-cells
¦ ¦ +-- clock-frequency
¦ ¦ +-- compatible
¦ ¦ +-- linux,phandle
¦ ¦ +-- name
¦ ¦ +-- phandle
¦ ¦ +-- reg
¦ +-- mmc
¦ ¦ +-- #clock-cells
¦ ¦ +-- clock-frequency
¦ ¦ +-- compatible
¦ ¦ +-- linux,phandle
¦ ¦ +-- name
¦ ¦ +-- phandle
¦ ¦ +-- reg
¦ +-- name
¦ +-- #size-cells
¦ +-- spi
¦ +-- #clock-cells
¦ +-- clock-frequency
¦ +-- compatible
¦ +-- linux,phandle
¦ +-- name
¦ +-- phandle
¦ +-- reg
+-- compatible
+-- interrupt-parent
+-- memory
¦ +-- device_type
¦ +-- name
¦ +-- reg
+-- model
+-- name
+-- #size-cells
+-- soc
¦ +-- #address-cells
¦ +-- compatible
¦ +-- gpio
¦ ¦ +-- alt0
¦ ¦ ¦ +-- brcm,function
¦ ¦ ¦ +-- brcm,pins
¦ ¦ ¦ +-- linux,phandle
¦ ¦ ¦ +-- name
¦ ¦ ¦ +-- phandle
¦ ¦ +-- alt3
¦ ¦ ¦ +-- brcm,function
¦ ¦ ¦ +-- brcm,pins
¦ ¦ ¦ +-- linux,phandle
¦ ¦ ¦ +-- name
¦ ¦ ¦ +-- phandle
¦ ¦ +-- compatible
¦ ¦ +-- #gpio-cells
¦ ¦ +-- gpio-controller
¦ ¦ +-- #interrupt-cells
¦ ¦ +-- interrupt-controller
¦ ¦ +-- interrupts
¦ ¦ +-- name
¦ ¦ +-- pinctrl-0
¦ ¦ +-- pinctrl-names
¦ ¦ +-- reg
¦ +-- i2c@20205000
¦ ¦ +-- clock-frequency
¦ ¦ +-- clocks
¦ ¦ +-- compatible
¦ ¦ +-- interrupts
¦ ¦ +-- name
¦ ¦ +-- reg
¦ ¦ +-- status
¦ +-- i2c@20804000
¦ ¦ +-- clock-frequency
¦ ¦ +-- clocks
¦ ¦ +-- compatible
¦ ¦ +-- interrupts
¦ ¦ +-- name
¦ ¦ +-- reg
¦ ¦ +-- status
¦ +-- interrupt-controller
¦ ¦ +-- compatible
¦ ¦ +-- #interrupt-cells
¦ ¦ +-- interrupt-controller
¦ ¦ +-- linux,phandle
¦ ¦ +-- name
¦ ¦ +-- phandle
¦ ¦ +-- reg
¦ +-- name
¦ +-- ranges
¦ +-- rng
¦ ¦ +-- compatible
¦ ¦ +-- name
¦ ¦ +-- reg
¦ +-- sdhci
¦ ¦ +-- bus-width
¦ ¦ +-- clocks
¦ ¦ +-- compatible
¦ ¦ +-- interrupts
¦ ¦ +-- name
¦ ¦ +-- reg
¦ ¦ +-- status
¦ +-- #size-cells
¦ +-- spi@20204000
¦ ¦ +-- #address-cells
¦ ¦ +-- clocks
¦ ¦ +-- compatible
¦ ¦ +-- interrupts
¦ ¦ +-- name
¦ ¦ +-- reg
¦ ¦ +-- #size-cells
¦ ¦ +-- status
¦ +-- timer
¦ ¦ +-- clock-frequency
¦ ¦ +-- compatible
¦ ¦ +-- interrupts
¦ ¦ +-- name
¦ ¦ +-- reg
¦ +-- uart@20201000
¦ ¦ +-- arm,primecell-periphid
¦ ¦ +-- clock-frequency
¦ ¦ +-- compatible
¦ ¦ +-- interrupts
¦ ¦ +-- name
¦ ¦ +-- reg
¦ +-- watchdog
¦ +-- compatible
¦ +-- name
¦ +-- reg
+-- testcase-data
+-- name
+-- phandle-tests
+-- consumer-a
¦ +-- empty-property
¦ +-- name
¦ +-- phandle-list
¦ +-- phandle-list-bad-args
¦ +-- phandle-list-bad-phandle
¦ +-- phandle-list-names
¦ +-- unterminated-string
+-- name
+-- provider0
¦ +-- linux,phandle
¦ +-- name
¦ +-- phandle
¦ +-- #phandle-cells
+-- provider1
¦ +-- linux,phandle
¦ +-- name
¦ +-- phandle
¦ +-- #phandle-cells
+-- provider2
¦ +-- linux,phandle
¦ +-- name
¦ +-- phandle
¦ +-- #phandle-cells
+-- provider3
+-- linux,phandle
+-- name
+-- phandle
+-- #phandle-cells
27 directories, 140 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment