Eugen Hristev | 0de35aa | 2020-03-10 11:56:38 +0200 | [diff] [blame] | 1 | // 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 Beznea | edbf930 | 2020-06-02 15:19:19 +0300 | [diff] [blame^] | 26 | 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 Hristev | 0de35aa | 2020-03-10 11:56:38 +0200 | [diff] [blame] | 36 | 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 | }; |