Last active
February 1, 2021 16:26
-
-
Save bbrezillon/90d293d9a924cb4b20b4460ad326733b 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
| 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