![]() |
|
|||
0001 // SPDX-License-Identifier: GPL-2.0-or-later OR MIT 0002 /* 0003 * Broadcom Northstar NAND. 0004 * 0005 * Copyright (C) 2015 Hauke Mehrtens <hauke@hauke-m.de> 0006 */ 0007 0008 / { 0009 nand-controller@18028000 { 0010 nandcs: nand@0 { 0011 compatible = "brcm,nandcs"; 0012 reg = <0>; 0013 #address-cells = <1>; 0014 #size-cells = <1>; 0015 0016 partitions { 0017 compatible = "brcm,bcm947xx-cfe-partitions"; 0018 }; 0019 }; 0020 }; 0021 };
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.1.0 LXR engine. The LXR team |
![]() ![]() |