summaryrefslogtreecommitdiff
path: root/arch/arm/dts/sam9x60ek.dts
blob: e64566ec8e58324385e6b88218b408bb7ef88f8f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
// 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;
	};
};