cachepc-linux

Fork of AMDESE/linux with modifications for CachePC side-channel attack
git clone https://git.sinitax.com/sinitax/cachepc-linux
Log | Files | Refs | README | LICENSE | sfeed.txt

bcm5301x-nand-cs0.dtsi (374B)


      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};