Thomas Gleixner | f50a7f3 | 2019-05-28 09:57:18 -0700 | [diff] [blame] | 1 | // SPDX-License-Identifier: GPL-2.0-only |
Jean-Christophe PLAGNIOL-VILLARD | fea3158 | 2011-10-14 09:40:52 +0800 | [diff] [blame] | 2 | /* |
| 3 | * at91sam9g20.dtsi - Device Tree Include file for AT91SAM9G20 family SoC |
| 4 | * |
Jean-Christophe PLAGNIOL-VILLARD | 5b6089c | 2012-04-09 19:26:33 +0800 | [diff] [blame] | 5 | * Copyright (C) 2012 Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> |
Jean-Christophe PLAGNIOL-VILLARD | fea3158 | 2011-10-14 09:40:52 +0800 | [diff] [blame] | 6 | */ |
| 7 | |
Jean-Christophe PLAGNIOL-VILLARD | 6db64d2 | 2013-05-15 01:21:50 +0800 | [diff] [blame] | 8 | #include "at91sam9260.dtsi" |
Jean-Christophe PLAGNIOL-VILLARD | fea3158 | 2011-10-14 09:40:52 +0800 | [diff] [blame] | 9 | |
| 10 | / { |
| 11 | model = "Atmel AT91SAM9G20 family SoC"; |
| 12 | compatible = "atmel,at91sam9g20"; |
Jean-Christophe PLAGNIOL-VILLARD | fea3158 | 2011-10-14 09:40:52 +0800 | [diff] [blame] | 13 | |
Alexandre Belloni | 996710a | 2020-08-31 19:11:28 +0200 | [diff] [blame] | 14 | memory@20000000 { |
Jean-Christophe PLAGNIOL-VILLARD | fea3158 | 2011-10-14 09:40:52 +0800 | [diff] [blame] | 15 | reg = <0x20000000 0x08000000>; |
| 16 | }; |
Nicolas Ferre | 73d68d9 | 2012-05-16 17:37:06 +0200 | [diff] [blame] | 17 | |
Rob Herring | 8dccafa | 2017-10-13 12:54:51 -0500 | [diff] [blame] | 18 | sram0: sram@2ff000 { |
Alexandre Belloni | f04660e | 2015-01-13 19:12:24 +0100 | [diff] [blame] | 19 | status = "disabled"; |
| 20 | }; |
| 21 | |
Rob Herring | 8dccafa | 2017-10-13 12:54:51 -0500 | [diff] [blame] | 22 | sram1: sram@2fc000 { |
Alexandre Belloni | f04660e | 2015-01-13 19:12:24 +0100 | [diff] [blame] | 23 | compatible = "mmio-sram"; |
| 24 | reg = <0x002fc000 0x8000>; |
Alexandre Belloni | cd6228b | 2020-08-31 19:11:25 +0200 | [diff] [blame] | 25 | #address-cells = <1>; |
| 26 | #size-cells = <1>; |
| 27 | ranges = <0 0x002fc000 0x8000>; |
Alexandre Belloni | f04660e | 2015-01-13 19:12:24 +0100 | [diff] [blame] | 28 | }; |
| 29 | |
Nicolas Ferre | 73d68d9 | 2012-05-16 17:37:06 +0200 | [diff] [blame] | 30 | ahb { |
| 31 | apb { |
Ludovic Desroches | 05dcd36 | 2012-09-12 08:42:16 +0200 | [diff] [blame] | 32 | i2c0: i2c@fffac000 { |
| 33 | compatible = "atmel,at91sam9g20-i2c"; |
| 34 | }; |
| 35 | |
Bo Shen | 9bd2773 | 2014-06-11 18:14:42 +0800 | [diff] [blame] | 36 | ssc0: ssc@fffbc000 { |
| 37 | compatible = "atmel,at91sam9rl-ssc"; |
| 38 | }; |
| 39 | |
Nicolas Ferre | 73d68d9 | 2012-05-16 17:37:06 +0200 | [diff] [blame] | 40 | adc0: adc@fffe0000 { |
| 41 | atmel,adc-startup-time = <40>; |
| 42 | }; |
Alexandre Belloni | 09d773c | 2014-06-16 19:22:40 +0200 | [diff] [blame] | 43 | |
| 44 | pmc: pmc@fffffc00 { |
Alexandre Belloni | e239e06 | 2018-08-16 18:29:20 +0200 | [diff] [blame] | 45 | compatible = "atmel,at91sam9g20-pmc", "atmel,at91sam9260-pmc", "syscon"; |
Alexandre Belloni | 09d773c | 2014-06-16 19:22:40 +0200 | [diff] [blame] | 46 | }; |
Nicolas Ferre | 73d68d9 | 2012-05-16 17:37:06 +0200 | [diff] [blame] | 47 | }; |
| 48 | }; |
Jean-Christophe PLAGNIOL-VILLARD | fea3158 | 2011-10-14 09:40:52 +0800 | [diff] [blame] | 49 | }; |