.. | .. |
---|
6 | 6 | */ |
---|
7 | 7 | /dts-v1/; |
---|
8 | 8 | #include "at91sam9g25.dtsi" |
---|
| 9 | + |
---|
9 | 10 | / { |
---|
10 | 11 | model = "Acme Systems Arietta G25"; |
---|
11 | 12 | compatible = "acme,ariettag25", "atmel,at91sam9x5", "atmel,at91sam9"; |
---|
12 | | - |
---|
13 | | - aliases { |
---|
14 | | - serial0 = &dbgu; |
---|
15 | | - }; |
---|
16 | 13 | |
---|
17 | 14 | chosen { |
---|
18 | 15 | stdout-path = "serial0:115200n8"; |
---|
19 | 16 | }; |
---|
20 | 17 | |
---|
21 | | - memory { |
---|
| 18 | + memory@20000000 { |
---|
22 | 19 | reg = <0x20000000 0x8000000>; |
---|
23 | 20 | }; |
---|
24 | 21 | |
---|
.. | .. |
---|
32 | 29 | }; |
---|
33 | 30 | }; |
---|
34 | 31 | |
---|
35 | | - ahb { |
---|
36 | | - apb { |
---|
37 | | - mmc0: mmc@f0008000 { |
---|
38 | | - pinctrl-0 = < |
---|
39 | | - &pinctrl_mmc0_slot0_clk_cmd_dat0 |
---|
40 | | - &pinctrl_mmc0_slot0_dat1_3>; |
---|
41 | | - status = "okay"; |
---|
42 | | - |
---|
43 | | - slot@0 { |
---|
44 | | - reg = <0>; |
---|
45 | | - bus-width = <4>; |
---|
46 | | - }; |
---|
47 | | - }; |
---|
48 | | - |
---|
49 | | - tcb0: timer@f8008000 { |
---|
50 | | - timer@0 { |
---|
51 | | - compatible = "atmel,tcb-timer"; |
---|
52 | | - reg = <0>; |
---|
53 | | - }; |
---|
54 | | - |
---|
55 | | - timer@1 { |
---|
56 | | - compatible = "atmel,tcb-timer"; |
---|
57 | | - reg = <1>; |
---|
58 | | - }; |
---|
59 | | - }; |
---|
60 | | - |
---|
61 | | - usb2: gadget@f803c000 { |
---|
62 | | - status = "okay"; |
---|
63 | | - }; |
---|
64 | | - |
---|
65 | | - dbgu: serial@fffff200 { |
---|
66 | | - status = "okay"; |
---|
67 | | - }; |
---|
68 | | - |
---|
69 | | - rtc@fffffeb0 { |
---|
70 | | - status = "okay"; |
---|
71 | | - }; |
---|
72 | | - }; |
---|
73 | | - |
---|
74 | | - usb0: ohci@600000 { |
---|
75 | | - status = "okay"; |
---|
76 | | - num-ports = <3>; |
---|
77 | | - }; |
---|
78 | | - |
---|
79 | | - usb1: ehci@700000 { |
---|
80 | | - status = "okay"; |
---|
81 | | - }; |
---|
82 | | - }; |
---|
83 | | - |
---|
84 | 32 | leds { |
---|
85 | 33 | compatible = "gpio-leds"; |
---|
| 34 | + |
---|
86 | 35 | arietta_led { |
---|
87 | 36 | label = "arietta_led"; |
---|
88 | 37 | gpios = <&pioB 8 GPIO_ACTIVE_HIGH>; /* PB8 */ |
---|
.. | .. |
---|
90 | 39 | }; |
---|
91 | 40 | }; |
---|
92 | 41 | }; |
---|
| 42 | + |
---|
| 43 | +&dbgu { |
---|
| 44 | + status = "okay"; |
---|
| 45 | +}; |
---|
| 46 | + |
---|
| 47 | +&mmc0 { |
---|
| 48 | + pinctrl-0 = < |
---|
| 49 | + &pinctrl_mmc0_slot0_clk_cmd_dat0 |
---|
| 50 | + &pinctrl_mmc0_slot0_dat1_3>; |
---|
| 51 | + pinctrl-names = "default"; |
---|
| 52 | + status = "okay"; |
---|
| 53 | + |
---|
| 54 | + slot@0 { |
---|
| 55 | + reg = <0>; |
---|
| 56 | + bus-width = <4>; |
---|
| 57 | + }; |
---|
| 58 | +}; |
---|
| 59 | + |
---|
| 60 | +&rtc { |
---|
| 61 | + status = "okay"; |
---|
| 62 | +}; |
---|
| 63 | + |
---|
| 64 | +&tcb0 { |
---|
| 65 | + timer@0 { |
---|
| 66 | + compatible = "atmel,tcb-timer"; |
---|
| 67 | + reg = <0>; |
---|
| 68 | + }; |
---|
| 69 | + |
---|
| 70 | + timer@1 { |
---|
| 71 | + compatible = "atmel,tcb-timer"; |
---|
| 72 | + reg = <1>; |
---|
| 73 | + }; |
---|
| 74 | +}; |
---|
| 75 | + |
---|
| 76 | +&usb0 { |
---|
| 77 | + num-ports = <3>; |
---|
| 78 | + status = "okay"; |
---|
| 79 | +}; |
---|
| 80 | + |
---|
| 81 | +&usb1 { |
---|
| 82 | + status = "okay"; |
---|
| 83 | +}; |
---|
| 84 | + |
---|
| 85 | +&usb2 { |
---|
| 86 | + status = "okay"; |
---|
| 87 | +}; |
---|