~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

TOMOYO Linux Cross Reference
Linux/arch/arm/boot/dts/calxeda/highbank.dts

Version: ~ [ linux-6.12-rc7 ] ~ [ linux-6.11.7 ] ~ [ linux-6.10.14 ] ~ [ linux-6.9.12 ] ~ [ linux-6.8.12 ] ~ [ linux-6.7.12 ] ~ [ linux-6.6.60 ] ~ [ linux-6.5.13 ] ~ [ linux-6.4.16 ] ~ [ linux-6.3.13 ] ~ [ linux-6.2.16 ] ~ [ linux-6.1.116 ] ~ [ linux-6.0.19 ] ~ [ linux-5.19.17 ] ~ [ linux-5.18.19 ] ~ [ linux-5.17.15 ] ~ [ linux-5.16.20 ] ~ [ linux-5.15.171 ] ~ [ linux-5.14.21 ] ~ [ linux-5.13.19 ] ~ [ linux-5.12.19 ] ~ [ linux-5.11.22 ] ~ [ linux-5.10.229 ] ~ [ linux-5.9.16 ] ~ [ linux-5.8.18 ] ~ [ linux-5.7.19 ] ~ [ linux-5.6.19 ] ~ [ linux-5.5.19 ] ~ [ linux-5.4.285 ] ~ [ linux-5.3.18 ] ~ [ linux-5.2.21 ] ~ [ linux-5.1.21 ] ~ [ linux-5.0.21 ] ~ [ linux-4.20.17 ] ~ [ linux-4.19.323 ] ~ [ linux-4.18.20 ] ~ [ linux-4.17.19 ] ~ [ linux-4.16.18 ] ~ [ linux-4.15.18 ] ~ [ linux-4.14.336 ] ~ [ linux-4.13.16 ] ~ [ linux-4.12.14 ] ~ [ linux-4.11.12 ] ~ [ linux-4.10.17 ] ~ [ linux-4.9.337 ] ~ [ linux-4.4.302 ] ~ [ linux-3.10.108 ] ~ [ linux-2.6.32.71 ] ~ [ linux-2.6.0 ] ~ [ linux-2.4.37.11 ] ~ [ unix-v6-master ] ~ [ ccs-tools-1.8.9 ] ~ [ policy-sample ] ~
Architecture: ~ [ i386 ] ~ [ alpha ] ~ [ m68k ] ~ [ mips ] ~ [ ppc ] ~ [ sparc ] ~ [ sparc64 ] ~

  1 // SPDX-License-Identifier: GPL-2.0-only
  2 /*
  3  * Copyright 2011-2012 Calxeda, Inc.
  4  */
  5 
  6 /dts-v1/;
  7 
  8 /* First 4KB has pen for secondary cores. */
  9 /memreserve/ 0x00000000 0x0001000;
 10 
 11 / {
 12         model = "Calxeda Highbank";
 13         compatible = "calxeda,highbank";
 14         #address-cells = <1>;
 15         #size-cells = <1>;
 16 
 17         cpus {
 18                 #address-cells = <1>;
 19                 #size-cells = <0>;
 20 
 21                 cpu@900 {
 22                         compatible = "arm,cortex-a9";
 23                         device_type = "cpu";
 24                         reg = <0x900>;
 25                         next-level-cache = <&L2>;
 26                         clocks = <&a9pll>;
 27                         clock-names = "cpu";
 28                         operating-points = <
 29                                 /* kHz    ignored */
 30                                  1300000  1000000
 31                                  1200000  1000000
 32                                  1100000  1000000
 33                                   800000  1000000
 34                                   400000  1000000
 35                                   200000  1000000
 36                         >;
 37                         clock-latency = <100000>;
 38                 };
 39 
 40                 cpu@901 {
 41                         compatible = "arm,cortex-a9";
 42                         device_type = "cpu";
 43                         reg = <0x901>;
 44                         next-level-cache = <&L2>;
 45                         clocks = <&a9pll>;
 46                         clock-names = "cpu";
 47                         operating-points = <
 48                                 /* kHz    ignored */
 49                                  1300000  1000000
 50                                  1200000  1000000
 51                                  1100000  1000000
 52                                   800000  1000000
 53                                   400000  1000000
 54                                   200000  1000000
 55                         >;
 56                         clock-latency = <100000>;
 57                 };
 58 
 59                 cpu@902 {
 60                         compatible = "arm,cortex-a9";
 61                         device_type = "cpu";
 62                         reg = <0x902>;
 63                         next-level-cache = <&L2>;
 64                         clocks = <&a9pll>;
 65                         clock-names = "cpu";
 66                         operating-points = <
 67                                 /* kHz    ignored */
 68                                  1300000  1000000
 69                                  1200000  1000000
 70                                  1100000  1000000
 71                                   800000  1000000
 72                                   400000  1000000
 73                                   200000  1000000
 74                         >;
 75                         clock-latency = <100000>;
 76                 };
 77 
 78                 cpu@903 {
 79                         compatible = "arm,cortex-a9";
 80                         device_type = "cpu";
 81                         reg = <0x903>;
 82                         next-level-cache = <&L2>;
 83                         clocks = <&a9pll>;
 84                         clock-names = "cpu";
 85                         operating-points = <
 86                                 /* kHz    ignored */
 87                                  1300000  1000000
 88                                  1200000  1000000
 89                                  1100000  1000000
 90                                   800000  1000000
 91                                   400000  1000000
 92                                   200000  1000000
 93                         >;
 94                         clock-latency = <100000>;
 95                 };
 96         };
 97 
 98         memory@0 {
 99                 name = "memory";
100                 device_type = "memory";
101                 reg = <0x00000000 0xff900000>;
102         };
103 
104         soc {
105                 ranges = <0x00000000 0x00000000 0xffffffff>;
106 
107                 memory-controller@fff00000 {
108                         compatible = "calxeda,hb-ddr-ctrl";
109                         reg = <0xfff00000 0x1000>;
110                         interrupts = <0 91 4>;
111                 };
112 
113                 timer@fff10600 {
114                         compatible = "arm,cortex-a9-twd-timer";
115                         reg = <0xfff10600 0x20>;
116                         interrupts = <1 13 0xf01>;
117                         clocks = <&a9periphclk>;
118                 };
119 
120                 watchdog@fff10620 {
121                         compatible = "arm,cortex-a9-twd-wdt";
122                         reg = <0xfff10620 0x20>;
123                         interrupts = <1 14 0xf01>;
124                         clocks = <&a9periphclk>;
125                 };
126 
127                 intc: interrupt-controller@fff11000 {
128                         compatible = "arm,cortex-a9-gic";
129                         #interrupt-cells = <3>;
130                         interrupt-controller;
131                         reg = <0xfff11000 0x1000>,
132                               <0xfff10100 0x100>;
133                 };
134 
135                 L2: cache-controller {
136                         compatible = "arm,pl310-cache";
137                         reg = <0xfff12000 0x1000>;
138                         interrupts = <0 70 4>;
139                         cache-unified;
140                         cache-level = <2>;
141                 };
142 
143                 pmu {
144                         compatible = "arm,cortex-a9-pmu";
145                         interrupts = <0 76 4>, <0 75 4>, <0 74 4>, <0 73 4>;
146                 };
147 
148 
149                 sregs@fff3c200 {
150                         compatible = "calxeda,hb-sregs-l2-ecc";
151                         reg = <0xfff3c200 0x100>;
152                         interrupts = <0 71 4>, <0 72 4>;
153                 };
154 
155         };
156 };
157 
158 /include/ "ecx-common.dtsi"

~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

kernel.org | git.kernel.org | LWN.net | Project Home | SVN repository | Mail admin

Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.

sflogo.php