Merge tag 'devicetree-fixes-for-4.20-2' of git://git.kernel.org/pub/scm/linux/kernel...
[sfrench/cifs-2.6.git] / arch / arm / boot / dts / bcm5301x-nand-cs0.dtsi
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 };