Created
September 22, 2014 23:46
-
-
Save mgalgs/c7dd80919e0dd8317678 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
/ { | |
cpus { | |
cpu-map { | |
cluster1 { | |
core0 { | |
cpu = <&CPU0>; | |
}; | |
core1 { | |
cpu = <&CPU1>; | |
}; | |
}; | |
}; | |
}; | |
widget: pizza,feast@a00000 { | |
compatible = "pizza,feast-v1"; | |
things = <1 2 3>; | |
}; | |
}; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment