mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-26 11:30:54 +07:00
c878eb6211
for now it is wary basic SoC description with most important IPs needed to make this device work Signed-off-by: Oleksij Rempel <linux@rempel-privat.de> Signed-off-by: Olof Johansson <olof@lixom.net>
14 lines
292 B
Plaintext
14 lines
292 B
Plaintext
/*
|
|
* Copyright 2014 Oleksij Rempel <linux@rempel-privat.de>
|
|
*
|
|
* Licensed under the X11 license or the GPL v2 (or later)
|
|
*/
|
|
|
|
/dts-v1/;
|
|
#include "alphascale-asm9260.dtsi"
|
|
|
|
/ {
|
|
model = "Alphascale asm9260 Development Kit";
|
|
compatible = "alphascale,asm9260devkit", "alphascale,asm9260";
|
|
};
|