.. | .. |
---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-only |
---|
1 | 2 | /* |
---|
2 | 3 | * at91sam9g20.dtsi - Device Tree Include file for AT91SAM9G20 family SoC |
---|
3 | 4 | * |
---|
4 | 5 | * Copyright (C) 2012 Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> |
---|
5 | | - * |
---|
6 | | - * Licensed under GPLv2. |
---|
7 | 6 | */ |
---|
8 | 7 | |
---|
9 | 8 | #include "at91sam9260.dtsi" |
---|
.. | .. |
---|
12 | 11 | model = "Atmel AT91SAM9G20 family SoC"; |
---|
13 | 12 | compatible = "atmel,at91sam9g20"; |
---|
14 | 13 | |
---|
15 | | - memory { |
---|
| 14 | + memory@20000000 { |
---|
16 | 15 | reg = <0x20000000 0x08000000>; |
---|
17 | 16 | }; |
---|
18 | 17 | |
---|
.. | .. |
---|
23 | 22 | sram1: sram@2fc000 { |
---|
24 | 23 | compatible = "mmio-sram"; |
---|
25 | 24 | reg = <0x002fc000 0x8000>; |
---|
| 25 | + #address-cells = <1>; |
---|
| 26 | + #size-cells = <1>; |
---|
| 27 | + ranges = <0 0x002fc000 0x8000>; |
---|
26 | 28 | }; |
---|
27 | 29 | |
---|
28 | 30 | ahb { |
---|
.. | .. |
---|
40 | 42 | }; |
---|
41 | 43 | |
---|
42 | 44 | pmc: pmc@fffffc00 { |
---|
43 | | - plla: pllack { |
---|
44 | | - atmel,clk-input-range = <2000000 32000000>; |
---|
45 | | - atmel,pll-clk-output-ranges = <745000000 800000000 0 0>, |
---|
46 | | - <695000000 750000000 1 0>, |
---|
47 | | - <645000000 700000000 2 0>, |
---|
48 | | - <595000000 650000000 3 0>, |
---|
49 | | - <545000000 600000000 0 1>, |
---|
50 | | - <495000000 550000000 1 1>, |
---|
51 | | - <445000000 500000000 2 1>, |
---|
52 | | - <400000000 450000000 3 1>; |
---|
53 | | - }; |
---|
54 | | - |
---|
55 | | - pllb: pllbck { |
---|
56 | | - compatible = "atmel,at91sam9g20-clk-pllb"; |
---|
57 | | - atmel,clk-input-range = <2000000 32000000>; |
---|
58 | | - atmel,pll-clk-output-ranges = <30000000 100000000 0 0>; |
---|
59 | | - }; |
---|
60 | | - |
---|
61 | | - mck: masterck { |
---|
62 | | - atmel,clk-output-range = <0 133000000>; |
---|
63 | | - atmel,clk-divisors = <1 2 4 6>; |
---|
64 | | - }; |
---|
| 45 | + compatible = "atmel,at91sam9g20-pmc", "atmel,at91sam9260-pmc", "syscon"; |
---|
65 | 46 | }; |
---|
66 | 47 | }; |
---|
67 | 48 | }; |
---|