Created
November 14, 2016 14:44
-
-
Save dmke/190f3816c29eacf2e624a86e5fa59255 to your computer and use it in GitHub Desktop.
device tree sources (shortened)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include zbt.dsti | |
&spi0 { | |
m25p80@0 { | |
partition@50000 { | |
reg = <0x50000 0x1fb0000> | |
}; | |
}; | |
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
... | |
&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