mirror of
https://github.com/torvalds/linux.git
synced 2024-11-07 04:32:03 +00:00
6db64d2978
to prepare the switch to the macro. Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
17 lines
410 B
Plaintext
17 lines
410 B
Plaintext
/*
|
|
* at91sam9g15ek.dts - Device Tree file for AT91SAM9G15-EK board
|
|
*
|
|
* Copyright (C) 2012 Atmel,
|
|
* 2012 Nicolas Ferre <nicolas.ferre@atmel.com>
|
|
*
|
|
* Licensed under GPLv2 or later.
|
|
*/
|
|
/dts-v1/;
|
|
#include "at91sam9g15.dtsi"
|
|
#include "at91sam9x5ek.dtsi"
|
|
|
|
/ {
|
|
model = "Atmel AT91SAM9G15-EK";
|
|
compatible = "atmel,at91sam9g15ek", "atmel,at91sam9x5ek", "atmel,at91sam9x5", "atmel,at91sam9";
|
|
};
|