mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-22 12:54:09 +07:00
9c92ab6191
Based on 1 normalized pattern(s): this software is licensed under the terms of the gnu general public license version 2 as published by the free software foundation and may be copied distributed and modified under those terms this program is distributed in the hope that it will be useful but without any warranty without even the implied warranty of merchantability or fitness for a particular purpose see the gnu general public license for more details extracted by the scancode license scanner the SPDX license identifier GPL-2.0-only has been chosen to replace the boilerplate/reference in 285 file(s). Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Reviewed-by: Alexios Zavras <alexios.zavras@intel.com> Reviewed-by: Allison Randal <allison@lohutok.net> Cc: linux-spdx@vger.kernel.org Link: https://lkml.kernel.org/r/20190529141900.642774971@linutronix.de Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
79 lines
1.4 KiB
Plaintext
79 lines
1.4 KiB
Plaintext
// SPDX-License-Identifier: GPL-2.0-only
|
|
/*
|
|
* Copyright (C) 2011 Picochip, Jamie Iles
|
|
*/
|
|
|
|
/dts-v1/;
|
|
/include/ "picoxcell-pc3x2.dtsi"
|
|
/ {
|
|
model = "Picochip PC7302 (PC3X2)";
|
|
compatible = "picochip,pc7302-pc3x2", "picochip,pc3x2";
|
|
|
|
memory {
|
|
device_type = "memory";
|
|
reg = <0x0 0x08000000>;
|
|
};
|
|
|
|
chosen {
|
|
stdout-path = &uart0;
|
|
};
|
|
|
|
clocks {
|
|
ref_clk: clock@1 {
|
|
compatible = "fixed-clock";
|
|
clock-outputs = "ref";
|
|
clock-frequency = <20000000>;
|
|
};
|
|
};
|
|
|
|
rwid-axi {
|
|
ebi@50000000 {
|
|
nand: gpio-nand@2,0 {
|
|
compatible = "gpio-control-nand";
|
|
#address-cells = <1>;
|
|
#size-cells = <1>;
|
|
reg = <2 0x0000 0x1000>;
|
|
bus-clock = <&pclk>, "bus";
|
|
gpio-control-nand,io-sync-reg =
|
|
<0x00000000 0x80220000>;
|
|
|
|
gpios = <&banka 1 0 /* rdy */
|
|
&banka 2 0 /* nce */
|
|
&banka 3 0 /* ale */
|
|
&banka 4 0 /* cle */
|
|
0 /* nwp */>;
|
|
|
|
boot@100000 {
|
|
label = "Boot";
|
|
reg = <0x100000 0x80000>;
|
|
};
|
|
|
|
redundant-boot@200000 {
|
|
label = "Redundant Boot";
|
|
reg = <0x200000 0x80000>;
|
|
};
|
|
|
|
boot-env@300000 {
|
|
label = "Boot Evironment";
|
|
reg = <0x300000 0x20000>;
|
|
};
|
|
|
|
redundant-boot-env@320000 {
|
|
label = "Redundant Boot Environment";
|
|
reg = <0x300000 0x20000>;
|
|
};
|
|
|
|
kernel@380000 {
|
|
label = "Kernel";
|
|
reg = <0x380000 0x800000>;
|
|
};
|
|
|
|
fs@b80000 {
|
|
label = "File System";
|
|
reg = <0xb80000 0xf480000>;
|
|
};
|
|
};
|
|
};
|
|
};
|
|
};
|