blob: 03c7aa07ea4fd0b0e4ec1decca77fdc58de06e5f [file] [log] [blame]
Eugen Hristev0de35aa2020-03-10 11:56:38 +02001// SPDX-License-Identifier: GPL-2.0+ OR MIT
2/*
3 * sama7g5ek.dts - Device Tree file for SAMA7G5 EK
4 * SAMA7G5 Evaluation Kit
5 *
6 * Copyright (c) 2020, Microchip Technology Inc.
7 * 2020, Eugen Hristev <eugen.hristev@microchip.com>
8 * 2020, Claudiu Beznea <claudiu.beznea@microchip.com>
9 */
10/dts-v1/;
11#include "sama7g5.dtsi"
12#include "sama7g5-pinfunc.h"
13
14/ {
15 model = "Microchip SAMA7G5 Evaluation Kit";
16 compatible = "microchip,sama7g5ek", "microchip,sama7g54", "microchip,sama7g5", "microchip,sama7";
17
18 aliases {
19 serial0 = &uart0;
20 };
21
22 chosen {
23 stdout-path = "serial0:115200n8";
24 };
25
Claudiu Bezneaedbf9302020-06-02 15:19:19 +030026 clocks {
27 slow_xtal: slow_xtal {
28 clock-frequency = <32768>;
29 };
30
31 main_xtal: main_xtal {
32 clock-frequency = <24000000>;
33 };
34 };
35
Eugen Hristev0de35aa2020-03-10 11:56:38 +020036 ahb {
37
38 apb {
39 sdmmc1: sdio-host@e1208000 {
40 bus-width = <4>;
41 status = "okay";
42 };
43
44 uart0: serial@e1824200 {
45 status = "okay";
46 };
47 };
48 };
49};