Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v6.16 21 lines 374 B view raw
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-controller@18028000 { 10 nandcs: nand@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};