Skip to content

Instantly share code, notes, and snippets.

@bbrezillon
Last active February 1, 2021 16:26
Show Gist options
  • Select an option

  • Save bbrezillon/90d293d9a924cb4b20b4460ad326733b to your computer and use it in GitHub Desktop.

Select an option

Save bbrezillon/90d293d9a924cb4b20b4460ad326733b to your computer and use it in GitHub Desktop.
nand-controller {
/* 2 native IDs available */
gpios-cs = <0>, <0>, <&pioA 2>;
nand@0 {
/* Native CS 0 */
reg = <0>;
};
nand@2 {
/* Native CS 1 */
reg = <2>;
};
nand@2 {
/* GPIO CS */
reg = <3>;
};
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment