Skip to content

Instantly share code, notes, and snippets.

@mgalgs
Created September 22, 2014 23:46
Show Gist options
  • Save mgalgs/c7dd80919e0dd8317678 to your computer and use it in GitHub Desktop.
Save mgalgs/c7dd80919e0dd8317678 to your computer and use it in GitHub Desktop.
/ {
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