mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-05-24 10:39:52 +00:00
19 lines
300 B
Text
19 lines
300 B
Text
![]() |
/*
|
||
|
* Broadcom Northstar NAND.
|
||
|
*
|
||
|
* Copyright (C) 2015 Hauke Mehrtens <hauke@hauke-m.de>
|
||
|
*
|
||
|
* Licensed under the GNU/GPL. See COPYING for details.
|
||
|
*/
|
||
|
|
||
|
/ {
|
||
|
nand@18028000 {
|
||
|
nandcs: nandcs@0 {
|
||
|
compatible = "brcm,nandcs";
|
||
|
reg = <0>;
|
||
|
#address-cells = <1>;
|
||
|
#size-cells = <1>;
|
||
|
};
|
||
|
};
|
||
|
};
|