mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-01-17 14:26:38 +07:00
2874c5fd28
Based on 1 normalized pattern(s): this program is free software you can redistribute it and or modify it under the terms of the gnu general public license as published by the free software foundation either version 2 of the license or at your option any later version extracted by the scancode license scanner the SPDX license identifier GPL-2.0-or-later has been chosen to replace the boilerplate/reference in 3029 file(s). Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Reviewed-by: Allison Randal <allison@lohutok.net> Cc: linux-spdx@vger.kernel.org Link: https://lkml.kernel.org/r/20190527070032.746973796@linutronix.de Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
44 lines
764 B
Plaintext
44 lines
764 B
Plaintext
// SPDX-License-Identifier: GPL-2.0-or-later
|
|
/*
|
|
* arch/c6x/boot/dts/evmc6457.dts
|
|
*
|
|
* EVMC6457 Evaluation Platform For TMS320C6457
|
|
*
|
|
* Copyright (C) 2011 Texas Instruments Incorporated
|
|
*
|
|
* Author: Mark Salter <msalter@redhat.com>
|
|
*/
|
|
|
|
/dts-v1/;
|
|
|
|
/include/ "tms320c6457.dtsi"
|
|
|
|
/ {
|
|
model = "eInfochips EVMC6457";
|
|
compatible = "einfochips,evmc6457";
|
|
|
|
chosen {
|
|
bootargs = "console=hvc root=/dev/nfs ip=dhcp rw";
|
|
};
|
|
|
|
memory {
|
|
device_type = "memory";
|
|
reg = <0xE0000000 0x10000000>;
|
|
};
|
|
|
|
soc {
|
|
megamod_pic: interrupt-controller@1800000 {
|
|
interrupts = < 12 13 14 15 >;
|
|
};
|
|
|
|
timer0: timer@2940000 {
|
|
interrupt-parent = <&megamod_pic>;
|
|
interrupts = < 67 >;
|
|
};
|
|
|
|
clock-controller@29a0000 {
|
|
clock-frequency = <60000000>;
|
|
};
|
|
};
|
|
};
|