repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
mtd: nand: omap: Fix comment in platform data using wrong Kconfig symbol
[linux/fpc-iii.git]
/
arch
/
arm
/
boot
/
dts
/
bcm5301x-nand-cs0.dtsi
blob
925a7c9ce5b7f42bdd21525b566bd3bc5c7aa240
1
// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
2
/*
3
* Broadcom Northstar NAND.
4
*
5
* Copyright (C) 2015 Hauke Mehrtens <hauke@hauke-m.de>
6
*/
7
8
/ {
9
nand@18028000 {
10
nandcs: nandcs@0 {
11
compatible = "brcm,nandcs";
12
reg = <0>;
13
#address-cells = <1>;
14
#size-cells = <1>;
15
16
partitions {
17
compatible = "brcm,bcm947xx-cfe-partitions";
18
};
19
};
20
};
21
};