mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-21 00:02:07 +07:00
c6135a6fd1
Add basic support for the SBC-T335. CompuLab SBC-T335 is a single baseboard computer. The SBC-T335 is based on the Texas Instruments Cortex-A8 Sitara AM3354 SoC. Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il> Acked-by: Igor Grinberg <grinberg@compulab.co.il> Acked-by: Rob Herring <robh@kernel.org> Signed-off-by: Tony Lindgren <tony@atomide.com>
17 lines
483 B
Plaintext
17 lines
483 B
Plaintext
/*
|
|
* am335x-sbc-t335.dts - Device Tree file for Compulab SBC-T335
|
|
*
|
|
* Copyright (C) 2014 - 2015 CompuLab Ltd. - http://www.compulab.co.il/
|
|
*
|
|
* This program is free software; you can redistribute it and/or modify
|
|
* it under the terms of the GNU General Public License version 2 as
|
|
* published by the Free Software Foundation.
|
|
*/
|
|
|
|
#include "am335x-cm-t335.dts"
|
|
|
|
/ {
|
|
model = "CompuLab CM-T335 on SB-T335";
|
|
compatible = "compulab,sbc-t335", "compulab,cm-t335", "ti,am33xx";
|
|
};
|