Skip to content

Instantly share code, notes, and snippets.

@dmke
Created November 14, 2016 14:44
Show Gist options
  • Save dmke/190f3816c29eacf2e624a86e5fa59255 to your computer and use it in GitHub Desktop.
Save dmke/190f3816c29eacf2e624a86e5fa59255 to your computer and use it in GitHub Desktop.
device tree sources (shortened)
#include zbt.dsti
&spi0 {
m25p80@0 {
partition@50000 {
reg = <0x50000 0x1fb0000>
};
};
};
...
&spi0 {
m25p80@0 {
partition@0 {...};
partition@30000 {...};
factory: partition@40000 {...};
partition@50000 {
...
reg = <0x50000 0xfb0000>
...
};
};
};
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment