mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-12 07:57:21 +00:00
20 lines
448 B
Text
20 lines
448 B
Text
|
// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
|
||
|
/*
|
||
|
* sam9x60ek.dts - Device Tree file for SAM9X60 EK board
|
||
|
*
|
||
|
* Copyright (C) 2018 Microchip Technology Inc. and its subsidiaries
|
||
|
*
|
||
|
* Author: Sandeep Sheriker M <Sandeepsheriker.mallikarjun@microchip.com>
|
||
|
*/
|
||
|
/dts-v1/;
|
||
|
#include "sam9x60.dtsi"
|
||
|
|
||
|
/ {
|
||
|
model = "Microchip SAM9X60-Ek";
|
||
|
compatible = "microchip,sam9x60ek", "microchip,sam9x60", "atmel,at91sam9";
|
||
|
|
||
|
chosen {
|
||
|
stdout-path = &dbgu;
|
||
|
};
|
||
|
};
|