booting-without-of.txt 57 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390
  1. Booting the Linux/ppc kernel without Open Firmware
  2. --------------------------------------------------
  3. (c) 2005 Benjamin Herrenschmidt <benh at kernel.crashing.org>,
  4. IBM Corp.
  5. (c) 2005 Becky Bruce <becky.bruce at freescale.com>,
  6. Freescale Semiconductor, FSL SOC and 32-bit additions
  7. (c) 2006 MontaVista Software, Inc.
  8. Flash chip node definition
  9. Table of Contents
  10. =================
  11. I - Introduction
  12. 1) Entry point for arch/powerpc
  13. II - The DT block format
  14. 1) Header
  15. 2) Device tree generalities
  16. 3) Device tree "structure" block
  17. 4) Device tree "strings" block
  18. III - Required content of the device tree
  19. 1) Note about cells and address representation
  20. 2) Note about "compatible" properties
  21. 3) Note about "name" properties
  22. 4) Note about node and property names and character set
  23. 5) Required nodes and properties
  24. a) The root node
  25. b) The /cpus node
  26. c) The /cpus/* nodes
  27. d) the /memory node(s)
  28. e) The /chosen node
  29. f) the /soc<SOCname> node
  30. IV - "dtc", the device tree compiler
  31. V - Recommendations for a bootloader
  32. VI - System-on-a-chip devices and nodes
  33. 1) Defining child nodes of an SOC
  34. 2) Representing devices without a current OF specification
  35. VII - Specifying interrupt information for devices
  36. 1) interrupts property
  37. 2) interrupt-parent property
  38. 3) OpenPIC Interrupt Controllers
  39. 4) ISA Interrupt Controllers
  40. VIII - Specifying device power management information (sleep property)
  41. Appendix A - Sample SOC node for MPC8540
  42. Revision Information
  43. ====================
  44. May 18, 2005: Rev 0.1 - Initial draft, no chapter III yet.
  45. May 19, 2005: Rev 0.2 - Add chapter III and bits & pieces here or
  46. clarifies the fact that a lot of things are
  47. optional, the kernel only requires a very
  48. small device tree, though it is encouraged
  49. to provide an as complete one as possible.
  50. May 24, 2005: Rev 0.3 - Precise that DT block has to be in RAM
  51. - Misc fixes
  52. - Define version 3 and new format version 16
  53. for the DT block (version 16 needs kernel
  54. patches, will be fwd separately).
  55. String block now has a size, and full path
  56. is replaced by unit name for more
  57. compactness.
  58. linux,phandle is made optional, only nodes
  59. that are referenced by other nodes need it.
  60. "name" property is now automatically
  61. deduced from the unit name
  62. June 1, 2005: Rev 0.4 - Correct confusion between OF_DT_END and
  63. OF_DT_END_NODE in structure definition.
  64. - Change version 16 format to always align
  65. property data to 4 bytes. Since tokens are
  66. already aligned, that means no specific
  67. required alignment between property size
  68. and property data. The old style variable
  69. alignment would make it impossible to do
  70. "simple" insertion of properties using
  71. memmove (thanks Milton for
  72. noticing). Updated kernel patch as well
  73. - Correct a few more alignment constraints
  74. - Add a chapter about the device-tree
  75. compiler and the textural representation of
  76. the tree that can be "compiled" by dtc.
  77. November 21, 2005: Rev 0.5
  78. - Additions/generalizations for 32-bit
  79. - Changed to reflect the new arch/powerpc
  80. structure
  81. - Added chapter VI
  82. ToDo:
  83. - Add some definitions of interrupt tree (simple/complex)
  84. - Add some definitions for PCI host bridges
  85. - Add some common address format examples
  86. - Add definitions for standard properties and "compatible"
  87. names for cells that are not already defined by the existing
  88. OF spec.
  89. - Compare FSL SOC use of PCI to standard and make sure no new
  90. node definition required.
  91. - Add more information about node definitions for SOC devices
  92. that currently have no standard, like the FSL CPM.
  93. I - Introduction
  94. ================
  95. During the development of the Linux/ppc64 kernel, and more
  96. specifically, the addition of new platform types outside of the old
  97. IBM pSeries/iSeries pair, it was decided to enforce some strict rules
  98. regarding the kernel entry and bootloader <-> kernel interfaces, in
  99. order to avoid the degeneration that had become the ppc32 kernel entry
  100. point and the way a new platform should be added to the kernel. The
  101. legacy iSeries platform breaks those rules as it predates this scheme,
  102. but no new board support will be accepted in the main tree that
  103. doesn't follow them properly. In addition, since the advent of the
  104. arch/powerpc merged architecture for ppc32 and ppc64, new 32-bit
  105. platforms and 32-bit platforms which move into arch/powerpc will be
  106. required to use these rules as well.
  107. The main requirement that will be defined in more detail below is
  108. the presence of a device-tree whose format is defined after Open
  109. Firmware specification. However, in order to make life easier
  110. to embedded board vendors, the kernel doesn't require the device-tree
  111. to represent every device in the system and only requires some nodes
  112. and properties to be present. This will be described in detail in
  113. section III, but, for example, the kernel does not require you to
  114. create a node for every PCI device in the system. It is a requirement
  115. to have a node for PCI host bridges in order to provide interrupt
  116. routing informations and memory/IO ranges, among others. It is also
  117. recommended to define nodes for on chip devices and other buses that
  118. don't specifically fit in an existing OF specification. This creates a
  119. great flexibility in the way the kernel can then probe those and match
  120. drivers to device, without having to hard code all sorts of tables. It
  121. also makes it more flexible for board vendors to do minor hardware
  122. upgrades without significantly impacting the kernel code or cluttering
  123. it with special cases.
  124. 1) Entry point for arch/powerpc
  125. -------------------------------
  126. There is one single entry point to the kernel, at the start
  127. of the kernel image. That entry point supports two calling
  128. conventions:
  129. a) Boot from Open Firmware. If your firmware is compatible
  130. with Open Firmware (IEEE 1275) or provides an OF compatible
  131. client interface API (support for "interpret" callback of
  132. forth words isn't required), you can enter the kernel with:
  133. r5 : OF callback pointer as defined by IEEE 1275
  134. bindings to powerpc. Only the 32-bit client interface
  135. is currently supported
  136. r3, r4 : address & length of an initrd if any or 0
  137. The MMU is either on or off; the kernel will run the
  138. trampoline located in arch/powerpc/kernel/prom_init.c to
  139. extract the device-tree and other information from open
  140. firmware and build a flattened device-tree as described
  141. in b). prom_init() will then re-enter the kernel using
  142. the second method. This trampoline code runs in the
  143. context of the firmware, which is supposed to handle all
  144. exceptions during that time.
  145. b) Direct entry with a flattened device-tree block. This entry
  146. point is called by a) after the OF trampoline and can also be
  147. called directly by a bootloader that does not support the Open
  148. Firmware client interface. It is also used by "kexec" to
  149. implement "hot" booting of a new kernel from a previous
  150. running one. This method is what I will describe in more
  151. details in this document, as method a) is simply standard Open
  152. Firmware, and thus should be implemented according to the
  153. various standard documents defining it and its binding to the
  154. PowerPC platform. The entry point definition then becomes:
  155. r3 : physical pointer to the device-tree block
  156. (defined in chapter II) in RAM
  157. r4 : physical pointer to the kernel itself. This is
  158. used by the assembly code to properly disable the MMU
  159. in case you are entering the kernel with MMU enabled
  160. and a non-1:1 mapping.
  161. r5 : NULL (as to differentiate with method a)
  162. Note about SMP entry: Either your firmware puts your other
  163. CPUs in some sleep loop or spin loop in ROM where you can get
  164. them out via a soft reset or some other means, in which case
  165. you don't need to care, or you'll have to enter the kernel
  166. with all CPUs. The way to do that with method b) will be
  167. described in a later revision of this document.
  168. Board supports (platforms) are not exclusive config options. An
  169. arbitrary set of board supports can be built in a single kernel
  170. image. The kernel will "know" what set of functions to use for a
  171. given platform based on the content of the device-tree. Thus, you
  172. should:
  173. a) add your platform support as a _boolean_ option in
  174. arch/powerpc/Kconfig, following the example of PPC_PSERIES,
  175. PPC_PMAC and PPC_MAPLE. The later is probably a good
  176. example of a board support to start from.
  177. b) create your main platform file as
  178. "arch/powerpc/platforms/myplatform/myboard_setup.c" and add it
  179. to the Makefile under the condition of your CONFIG_
  180. option. This file will define a structure of type "ppc_md"
  181. containing the various callbacks that the generic code will
  182. use to get to your platform specific code
  183. A kernel image may support multiple platforms, but only if the
  184. platforms feature the same core architecture. A single kernel build
  185. cannot support both configurations with Book E and configurations
  186. with classic Powerpc architectures.
  187. II - The DT block format
  188. ========================
  189. This chapter defines the actual format of the flattened device-tree
  190. passed to the kernel. The actual content of it and kernel requirements
  191. are described later. You can find example of code manipulating that
  192. format in various places, including arch/powerpc/kernel/prom_init.c
  193. which will generate a flattened device-tree from the Open Firmware
  194. representation, or the fs2dt utility which is part of the kexec tools
  195. which will generate one from a filesystem representation. It is
  196. expected that a bootloader like uboot provides a bit more support,
  197. that will be discussed later as well.
  198. Note: The block has to be in main memory. It has to be accessible in
  199. both real mode and virtual mode with no mapping other than main
  200. memory. If you are writing a simple flash bootloader, it should copy
  201. the block to RAM before passing it to the kernel.
  202. 1) Header
  203. ---------
  204. The kernel is passed the physical address pointing to an area of memory
  205. that is roughly described in include/linux/of_fdt.h by the structure
  206. boot_param_header:
  207. struct boot_param_header {
  208. u32 magic; /* magic word OF_DT_HEADER */
  209. u32 totalsize; /* total size of DT block */
  210. u32 off_dt_struct; /* offset to structure */
  211. u32 off_dt_strings; /* offset to strings */
  212. u32 off_mem_rsvmap; /* offset to memory reserve map
  213. */
  214. u32 version; /* format version */
  215. u32 last_comp_version; /* last compatible version */
  216. /* version 2 fields below */
  217. u32 boot_cpuid_phys; /* Which physical CPU id we're
  218. booting on */
  219. /* version 3 fields below */
  220. u32 size_dt_strings; /* size of the strings block */
  221. /* version 17 fields below */
  222. u32 size_dt_struct; /* size of the DT structure block */
  223. };
  224. Along with the constants:
  225. /* Definitions used by the flattened device tree */
  226. #define OF_DT_HEADER 0xd00dfeed /* 4: version,
  227. 4: total size */
  228. #define OF_DT_BEGIN_NODE 0x1 /* Start node: full name
  229. */
  230. #define OF_DT_END_NODE 0x2 /* End node */
  231. #define OF_DT_PROP 0x3 /* Property: name off,
  232. size, content */
  233. #define OF_DT_END 0x9
  234. All values in this header are in big endian format, the various
  235. fields in this header are defined more precisely below. All
  236. "offset" values are in bytes from the start of the header; that is
  237. from the physical base address of the device tree block.
  238. - magic
  239. This is a magic value that "marks" the beginning of the
  240. device-tree block header. It contains the value 0xd00dfeed and is
  241. defined by the constant OF_DT_HEADER
  242. - totalsize
  243. This is the total size of the DT block including the header. The
  244. "DT" block should enclose all data structures defined in this
  245. chapter (who are pointed to by offsets in this header). That is,
  246. the device-tree structure, strings, and the memory reserve map.
  247. - off_dt_struct
  248. This is an offset from the beginning of the header to the start
  249. of the "structure" part the device tree. (see 2) device tree)
  250. - off_dt_strings
  251. This is an offset from the beginning of the header to the start
  252. of the "strings" part of the device-tree
  253. - off_mem_rsvmap
  254. This is an offset from the beginning of the header to the start
  255. of the reserved memory map. This map is a list of pairs of 64-
  256. bit integers. Each pair is a physical address and a size. The
  257. list is terminated by an entry of size 0. This map provides the
  258. kernel with a list of physical memory areas that are "reserved"
  259. and thus not to be used for memory allocations, especially during
  260. early initialization. The kernel needs to allocate memory during
  261. boot for things like un-flattening the device-tree, allocating an
  262. MMU hash table, etc... Those allocations must be done in such a
  263. way to avoid overriding critical things like, on Open Firmware
  264. capable machines, the RTAS instance, or on some pSeries, the TCE
  265. tables used for the iommu. Typically, the reserve map should
  266. contain _at least_ this DT block itself (header,total_size). If
  267. you are passing an initrd to the kernel, you should reserve it as
  268. well. You do not need to reserve the kernel image itself. The map
  269. should be 64-bit aligned.
  270. - version
  271. This is the version of this structure. Version 1 stops
  272. here. Version 2 adds an additional field boot_cpuid_phys.
  273. Version 3 adds the size of the strings block, allowing the kernel
  274. to reallocate it easily at boot and free up the unused flattened
  275. structure after expansion. Version 16 introduces a new more
  276. "compact" format for the tree itself that is however not backward
  277. compatible. Version 17 adds an additional field, size_dt_struct,
  278. allowing it to be reallocated or moved more easily (this is
  279. particularly useful for bootloaders which need to make
  280. adjustments to a device tree based on probed information). You
  281. should always generate a structure of the highest version defined
  282. at the time of your implementation. Currently that is version 17,
  283. unless you explicitly aim at being backward compatible.
  284. - last_comp_version
  285. Last compatible version. This indicates down to what version of
  286. the DT block you are backward compatible. For example, version 2
  287. is backward compatible with version 1 (that is, a kernel build
  288. for version 1 will be able to boot with a version 2 format). You
  289. should put a 1 in this field if you generate a device tree of
  290. version 1 to 3, or 16 if you generate a tree of version 16 or 17
  291. using the new unit name format.
  292. - boot_cpuid_phys
  293. This field only exist on version 2 headers. It indicate which
  294. physical CPU ID is calling the kernel entry point. This is used,
  295. among others, by kexec. If you are on an SMP system, this value
  296. should match the content of the "reg" property of the CPU node in
  297. the device-tree corresponding to the CPU calling the kernel entry
  298. point (see further chapters for more informations on the required
  299. device-tree contents)
  300. - size_dt_strings
  301. This field only exists on version 3 and later headers. It
  302. gives the size of the "strings" section of the device tree (which
  303. starts at the offset given by off_dt_strings).
  304. - size_dt_struct
  305. This field only exists on version 17 and later headers. It gives
  306. the size of the "structure" section of the device tree (which
  307. starts at the offset given by off_dt_struct).
  308. So the typical layout of a DT block (though the various parts don't
  309. need to be in that order) looks like this (addresses go from top to
  310. bottom):
  311. ------------------------------
  312. base -> | struct boot_param_header |
  313. ------------------------------
  314. | (alignment gap) (*) |
  315. ------------------------------
  316. | memory reserve map |
  317. ------------------------------
  318. | (alignment gap) |
  319. ------------------------------
  320. | |
  321. | device-tree structure |
  322. | |
  323. ------------------------------
  324. | (alignment gap) |
  325. ------------------------------
  326. | |
  327. | device-tree strings |
  328. | |
  329. -----> ------------------------------
  330. |
  331. |
  332. --- (base + totalsize)
  333. (*) The alignment gaps are not necessarily present; their presence
  334. and size are dependent on the various alignment requirements of
  335. the individual data blocks.
  336. 2) Device tree generalities
  337. ---------------------------
  338. This device-tree itself is separated in two different blocks, a
  339. structure block and a strings block. Both need to be aligned to a 4
  340. byte boundary.
  341. First, let's quickly describe the device-tree concept before detailing
  342. the storage format. This chapter does _not_ describe the detail of the
  343. required types of nodes & properties for the kernel, this is done
  344. later in chapter III.
  345. The device-tree layout is strongly inherited from the definition of
  346. the Open Firmware IEEE 1275 device-tree. It's basically a tree of
  347. nodes, each node having two or more named properties. A property can
  348. have a value or not.
  349. It is a tree, so each node has one and only one parent except for the
  350. root node who has no parent.
  351. A node has 2 names. The actual node name is generally contained in a
  352. property of type "name" in the node property list whose value is a
  353. zero terminated string and is mandatory for version 1 to 3 of the
  354. format definition (as it is in Open Firmware). Version 16 makes it
  355. optional as it can generate it from the unit name defined below.
  356. There is also a "unit name" that is used to differentiate nodes with
  357. the same name at the same level, it is usually made of the node
  358. names, the "@" sign, and a "unit address", which definition is
  359. specific to the bus type the node sits on.
  360. The unit name doesn't exist as a property per-se but is included in
  361. the device-tree structure. It is typically used to represent "path" in
  362. the device-tree. More details about the actual format of these will be
  363. below.
  364. The kernel generic code does not make any formal use of the
  365. unit address (though some board support code may do) so the only real
  366. requirement here for the unit address is to ensure uniqueness of
  367. the node unit name at a given level of the tree. Nodes with no notion
  368. of address and no possible sibling of the same name (like /memory or
  369. /cpus) may omit the unit address in the context of this specification,
  370. or use the "@0" default unit address. The unit name is used to define
  371. a node "full path", which is the concatenation of all parent node
  372. unit names separated with "/".
  373. The root node doesn't have a defined name, and isn't required to have
  374. a name property either if you are using version 3 or earlier of the
  375. format. It also has no unit address (no @ symbol followed by a unit
  376. address). The root node unit name is thus an empty string. The full
  377. path to the root node is "/".
  378. Every node which actually represents an actual device (that is, a node
  379. which isn't only a virtual "container" for more nodes, like "/cpus"
  380. is) is also required to have a "compatible" property indicating the
  381. specific hardware and an optional list of devices it is fully
  382. backwards compatible with.
  383. Finally, every node that can be referenced from a property in another
  384. node is required to have either a "phandle" or a "linux,phandle"
  385. property. Real Open Firmware implementations provide a unique
  386. "phandle" value for every node that the "prom_init()" trampoline code
  387. turns into "linux,phandle" properties. However, this is made optional
  388. if the flattened device tree is used directly. An example of a node
  389. referencing another node via "phandle" is when laying out the
  390. interrupt tree which will be described in a further version of this
  391. document.
  392. The "phandle" property is a 32-bit value that uniquely
  393. identifies a node. You are free to use whatever values or system of
  394. values, internal pointers, or whatever to generate these, the only
  395. requirement is that every node for which you provide that property has
  396. a unique value for it.
  397. Here is an example of a simple device-tree. In this example, an "o"
  398. designates a node followed by the node unit name. Properties are
  399. presented with their name followed by their content. "content"
  400. represents an ASCII string (zero terminated) value, while <content>
  401. represents a 32-bit hexadecimal value. The various nodes in this
  402. example will be discussed in a later chapter. At this point, it is
  403. only meant to give you a idea of what a device-tree looks like. I have
  404. purposefully kept the "name" and "linux,phandle" properties which
  405. aren't necessary in order to give you a better idea of what the tree
  406. looks like in practice.
  407. / o device-tree
  408. |- name = "device-tree"
  409. |- model = "MyBoardName"
  410. |- compatible = "MyBoardFamilyName"
  411. |- #address-cells = <2>
  412. |- #size-cells = <2>
  413. |- linux,phandle = <0>
  414. |
  415. o cpus
  416. | | - name = "cpus"
  417. | | - linux,phandle = <1>
  418. | | - #address-cells = <1>
  419. | | - #size-cells = <0>
  420. | |
  421. | o PowerPC,970@0
  422. | |- name = "PowerPC,970"
  423. | |- device_type = "cpu"
  424. | |- reg = <0>
  425. | |- clock-frequency = <5f5e1000>
  426. | |- 64-bit
  427. | |- linux,phandle = <2>
  428. |
  429. o memory@0
  430. | |- name = "memory"
  431. | |- device_type = "memory"
  432. | |- reg = <00000000 00000000 00000000 20000000>
  433. | |- linux,phandle = <3>
  434. |
  435. o chosen
  436. |- name = "chosen"
  437. |- bootargs = "root=/dev/sda2"
  438. |- linux,phandle = <4>
  439. This tree is almost a minimal tree. It pretty much contains the
  440. minimal set of required nodes and properties to boot a linux kernel;
  441. that is, some basic model informations at the root, the CPUs, and the
  442. physical memory layout. It also includes misc information passed
  443. through /chosen, like in this example, the platform type (mandatory)
  444. and the kernel command line arguments (optional).
  445. The /cpus/PowerPC,970@0/64-bit property is an example of a
  446. property without a value. All other properties have a value. The
  447. significance of the #address-cells and #size-cells properties will be
  448. explained in chapter IV which defines precisely the required nodes and
  449. properties and their content.
  450. 3) Device tree "structure" block
  451. The structure of the device tree is a linearized tree structure. The
  452. "OF_DT_BEGIN_NODE" token starts a new node, and the "OF_DT_END_NODE"
  453. ends that node definition. Child nodes are simply defined before
  454. "OF_DT_END_NODE" (that is nodes within the node). A 'token' is a 32
  455. bit value. The tree has to be "finished" with a OF_DT_END token
  456. Here's the basic structure of a single node:
  457. * token OF_DT_BEGIN_NODE (that is 0x00000001)
  458. * for version 1 to 3, this is the node full path as a zero
  459. terminated string, starting with "/". For version 16 and later,
  460. this is the node unit name only (or an empty string for the
  461. root node)
  462. * [align gap to next 4 bytes boundary]
  463. * for each property:
  464. * token OF_DT_PROP (that is 0x00000003)
  465. * 32-bit value of property value size in bytes (or 0 if no
  466. value)
  467. * 32-bit value of offset in string block of property name
  468. * property value data if any
  469. * [align gap to next 4 bytes boundary]
  470. * [child nodes if any]
  471. * token OF_DT_END_NODE (that is 0x00000002)
  472. So the node content can be summarized as a start token, a full path,
  473. a list of properties, a list of child nodes, and an end token. Every
  474. child node is a full node structure itself as defined above.
  475. NOTE: The above definition requires that all property definitions for
  476. a particular node MUST precede any subnode definitions for that node.
  477. Although the structure would not be ambiguous if properties and
  478. subnodes were intermingled, the kernel parser requires that the
  479. properties come first (up until at least 2.6.22). Any tools
  480. manipulating a flattened tree must take care to preserve this
  481. constraint.
  482. 4) Device tree "strings" block
  483. In order to save space, property names, which are generally redundant,
  484. are stored separately in the "strings" block. This block is simply the
  485. whole bunch of zero terminated strings for all property names
  486. concatenated together. The device-tree property definitions in the
  487. structure block will contain offset values from the beginning of the
  488. strings block.
  489. III - Required content of the device tree
  490. =========================================
  491. WARNING: All "linux,*" properties defined in this document apply only
  492. to a flattened device-tree. If your platform uses a real
  493. implementation of Open Firmware or an implementation compatible with
  494. the Open Firmware client interface, those properties will be created
  495. by the trampoline code in the kernel's prom_init() file. For example,
  496. that's where you'll have to add code to detect your board model and
  497. set the platform number. However, when using the flattened device-tree
  498. entry point, there is no prom_init() pass, and thus you have to
  499. provide those properties yourself.
  500. 1) Note about cells and address representation
  501. ----------------------------------------------
  502. The general rule is documented in the various Open Firmware
  503. documentations. If you choose to describe a bus with the device-tree
  504. and there exist an OF bus binding, then you should follow the
  505. specification. However, the kernel does not require every single
  506. device or bus to be described by the device tree.
  507. In general, the format of an address for a device is defined by the
  508. parent bus type, based on the #address-cells and #size-cells
  509. properties. Note that the parent's parent definitions of #address-cells
  510. and #size-cells are not inherited so every node with children must specify
  511. them. The kernel requires the root node to have those properties defining
  512. addresses format for devices directly mapped on the processor bus.
  513. Those 2 properties define 'cells' for representing an address and a
  514. size. A "cell" is a 32-bit number. For example, if both contain 2
  515. like the example tree given above, then an address and a size are both
  516. composed of 2 cells, and each is a 64-bit number (cells are
  517. concatenated and expected to be in big endian format). Another example
  518. is the way Apple firmware defines them, with 2 cells for an address
  519. and one cell for a size. Most 32-bit implementations should define
  520. #address-cells and #size-cells to 1, which represents a 32-bit value.
  521. Some 32-bit processors allow for physical addresses greater than 32
  522. bits; these processors should define #address-cells as 2.
  523. "reg" properties are always a tuple of the type "address size" where
  524. the number of cells of address and size is specified by the bus
  525. #address-cells and #size-cells. When a bus supports various address
  526. spaces and other flags relative to a given address allocation (like
  527. prefetchable, etc...) those flags are usually added to the top level
  528. bits of the physical address. For example, a PCI physical address is
  529. made of 3 cells, the bottom two containing the actual address itself
  530. while the top cell contains address space indication, flags, and pci
  531. bus & device numbers.
  532. For buses that support dynamic allocation, it's the accepted practice
  533. to then not provide the address in "reg" (keep it 0) though while
  534. providing a flag indicating the address is dynamically allocated, and
  535. then, to provide a separate "assigned-addresses" property that
  536. contains the fully allocated addresses. See the PCI OF bindings for
  537. details.
  538. In general, a simple bus with no address space bits and no dynamic
  539. allocation is preferred if it reflects your hardware, as the existing
  540. kernel address parsing functions will work out of the box. If you
  541. define a bus type with a more complex address format, including things
  542. like address space bits, you'll have to add a bus translator to the
  543. prom_parse.c file of the recent kernels for your bus type.
  544. The "reg" property only defines addresses and sizes (if #size-cells is
  545. non-0) within a given bus. In order to translate addresses upward
  546. (that is into parent bus addresses, and possibly into CPU physical
  547. addresses), all buses must contain a "ranges" property. If the
  548. "ranges" property is missing at a given level, it's assumed that
  549. translation isn't possible, i.e., the registers are not visible on the
  550. parent bus. The format of the "ranges" property for a bus is a list
  551. of:
  552. bus address, parent bus address, size
  553. "bus address" is in the format of the bus this bus node is defining,
  554. that is, for a PCI bridge, it would be a PCI address. Thus, (bus
  555. address, size) defines a range of addresses for child devices. "parent
  556. bus address" is in the format of the parent bus of this bus. For
  557. example, for a PCI host controller, that would be a CPU address. For a
  558. PCI<->ISA bridge, that would be a PCI address. It defines the base
  559. address in the parent bus where the beginning of that range is mapped.
  560. For new 64-bit board support, I recommend either the 2/2 format or
  561. Apple's 2/1 format which is slightly more compact since sizes usually
  562. fit in a single 32-bit word. New 32-bit board support should use a
  563. 1/1 format, unless the processor supports physical addresses greater
  564. than 32-bits, in which case a 2/1 format is recommended.
  565. Alternatively, the "ranges" property may be empty, indicating that the
  566. registers are visible on the parent bus using an identity mapping
  567. translation. In other words, the parent bus address space is the same
  568. as the child bus address space.
  569. 2) Note about "compatible" properties
  570. -------------------------------------
  571. These properties are optional, but recommended in devices and the root
  572. node. The format of a "compatible" property is a list of concatenated
  573. zero terminated strings. They allow a device to express its
  574. compatibility with a family of similar devices, in some cases,
  575. allowing a single driver to match against several devices regardless
  576. of their actual names.
  577. 3) Note about "name" properties
  578. -------------------------------
  579. While earlier users of Open Firmware like OldWorld macintoshes tended
  580. to use the actual device name for the "name" property, it's nowadays
  581. considered a good practice to use a name that is closer to the device
  582. class (often equal to device_type). For example, nowadays, Ethernet
  583. controllers are named "ethernet", an additional "model" property
  584. defining precisely the chip type/model, and "compatible" property
  585. defining the family in case a single driver can driver more than one
  586. of these chips. However, the kernel doesn't generally put any
  587. restriction on the "name" property; it is simply considered good
  588. practice to follow the standard and its evolutions as closely as
  589. possible.
  590. Note also that the new format version 16 makes the "name" property
  591. optional. If it's absent for a node, then the node's unit name is then
  592. used to reconstruct the name. That is, the part of the unit name
  593. before the "@" sign is used (or the entire unit name if no "@" sign
  594. is present).
  595. 4) Note about node and property names and character set
  596. -------------------------------------------------------
  597. While Open Firmware provides more flexible usage of 8859-1, this
  598. specification enforces more strict rules. Nodes and properties should
  599. be comprised only of ASCII characters 'a' to 'z', '0' to
  600. '9', ',', '.', '_', '+', '#', '?', and '-'. Node names additionally
  601. allow uppercase characters 'A' to 'Z' (property names should be
  602. lowercase. The fact that vendors like Apple don't respect this rule is
  603. irrelevant here). Additionally, node and property names should always
  604. begin with a character in the range 'a' to 'z' (or 'A' to 'Z' for node
  605. names).
  606. The maximum number of characters for both nodes and property names
  607. is 31. In the case of node names, this is only the leftmost part of
  608. a unit name (the pure "name" property), it doesn't include the unit
  609. address which can extend beyond that limit.
  610. 5) Required nodes and properties
  611. --------------------------------
  612. These are all that are currently required. However, it is strongly
  613. recommended that you expose PCI host bridges as documented in the
  614. PCI binding to Open Firmware, and your interrupt tree as documented
  615. in OF interrupt tree specification.
  616. a) The root node
  617. The root node requires some properties to be present:
  618. - model : this is your board name/model
  619. - #address-cells : address representation for "root" devices
  620. - #size-cells: the size representation for "root" devices
  621. - compatible : the board "family" generally finds its way here,
  622. for example, if you have 2 board models with a similar layout,
  623. that typically get driven by the same platform code in the
  624. kernel, you would specify the exact board model in the
  625. compatible property followed by an entry that represents the SoC
  626. model.
  627. The root node is also generally where you add additional properties
  628. specific to your board like the serial number if any, that sort of
  629. thing. It is recommended that if you add any "custom" property whose
  630. name may clash with standard defined ones, you prefix them with your
  631. vendor name and a comma.
  632. b) The /cpus node
  633. This node is the parent of all individual CPU nodes. It doesn't
  634. have any specific requirements, though it's generally good practice
  635. to have at least:
  636. #address-cells = <00000001>
  637. #size-cells = <00000000>
  638. This defines that the "address" for a CPU is a single cell, and has
  639. no meaningful size. This is not necessary but the kernel will assume
  640. that format when reading the "reg" properties of a CPU node, see
  641. below
  642. c) The /cpus/* nodes
  643. So under /cpus, you are supposed to create a node for every CPU on
  644. the machine. There is no specific restriction on the name of the
  645. CPU, though it's common to call it <architecture>,<core>. For
  646. example, Apple uses PowerPC,G5 while IBM uses PowerPC,970FX.
  647. However, the Generic Names convention suggests that it would be
  648. better to simply use 'cpu' for each cpu node and use the compatible
  649. property to identify the specific cpu core.
  650. Required properties:
  651. - device_type : has to be "cpu"
  652. - reg : This is the physical CPU number, it's a single 32-bit cell
  653. and is also used as-is as the unit number for constructing the
  654. unit name in the full path. For example, with 2 CPUs, you would
  655. have the full path:
  656. /cpus/PowerPC,970FX@0
  657. /cpus/PowerPC,970FX@1
  658. (unit addresses do not require leading zeroes)
  659. - d-cache-block-size : one cell, L1 data cache block size in bytes (*)
  660. - i-cache-block-size : one cell, L1 instruction cache block size in
  661. bytes
  662. - d-cache-size : one cell, size of L1 data cache in bytes
  663. - i-cache-size : one cell, size of L1 instruction cache in bytes
  664. (*) The cache "block" size is the size on which the cache management
  665. instructions operate. Historically, this document used the cache
  666. "line" size here which is incorrect. The kernel will prefer the cache
  667. block size and will fallback to cache line size for backward
  668. compatibility.
  669. Recommended properties:
  670. - timebase-frequency : a cell indicating the frequency of the
  671. timebase in Hz. This is not directly used by the generic code,
  672. but you are welcome to copy/paste the pSeries code for setting
  673. the kernel timebase/decrementer calibration based on this
  674. value.
  675. - clock-frequency : a cell indicating the CPU core clock frequency
  676. in Hz. A new property will be defined for 64-bit values, but if
  677. your frequency is < 4Ghz, one cell is enough. Here as well as
  678. for the above, the common code doesn't use that property, but
  679. you are welcome to re-use the pSeries or Maple one. A future
  680. kernel version might provide a common function for this.
  681. - d-cache-line-size : one cell, L1 data cache line size in bytes
  682. if different from the block size
  683. - i-cache-line-size : one cell, L1 instruction cache line size in
  684. bytes if different from the block size
  685. You are welcome to add any property you find relevant to your board,
  686. like some information about the mechanism used to soft-reset the
  687. CPUs. For example, Apple puts the GPIO number for CPU soft reset
  688. lines in there as a "soft-reset" property since they start secondary
  689. CPUs by soft-resetting them.
  690. d) the /memory node(s)
  691. To define the physical memory layout of your board, you should
  692. create one or more memory node(s). You can either create a single
  693. node with all memory ranges in its reg property, or you can create
  694. several nodes, as you wish. The unit address (@ part) used for the
  695. full path is the address of the first range of memory defined by a
  696. given node. If you use a single memory node, this will typically be
  697. @0.
  698. Required properties:
  699. - device_type : has to be "memory"
  700. - reg : This property contains all the physical memory ranges of
  701. your board. It's a list of addresses/sizes concatenated
  702. together, with the number of cells of each defined by the
  703. #address-cells and #size-cells of the root node. For example,
  704. with both of these properties being 2 like in the example given
  705. earlier, a 970 based machine with 6Gb of RAM could typically
  706. have a "reg" property here that looks like:
  707. 00000000 00000000 00000000 80000000
  708. 00000001 00000000 00000001 00000000
  709. That is a range starting at 0 of 0x80000000 bytes and a range
  710. starting at 0x100000000 and of 0x100000000 bytes. You can see
  711. that there is no memory covering the IO hole between 2Gb and
  712. 4Gb. Some vendors prefer splitting those ranges into smaller
  713. segments, but the kernel doesn't care.
  714. e) The /chosen node
  715. This node is a bit "special". Normally, that's where Open Firmware
  716. puts some variable environment information, like the arguments, or
  717. the default input/output devices.
  718. This specification makes a few of these mandatory, but also defines
  719. some linux-specific properties that would be normally constructed by
  720. the prom_init() trampoline when booting with an OF client interface,
  721. but that you have to provide yourself when using the flattened format.
  722. Recommended properties:
  723. - bootargs : This zero-terminated string is passed as the kernel
  724. command line
  725. - linux,stdout-path : This is the full path to your standard
  726. console device if any. Typically, if you have serial devices on
  727. your board, you may want to put the full path to the one set as
  728. the default console in the firmware here, for the kernel to pick
  729. it up as its own default console.
  730. Note that u-boot creates and fills in the chosen node for platforms
  731. that use it.
  732. (Note: a practice that is now obsolete was to include a property
  733. under /chosen called interrupt-controller which had a phandle value
  734. that pointed to the main interrupt controller)
  735. f) the /soc<SOCname> node
  736. This node is used to represent a system-on-a-chip (SoC) and must be
  737. present if the processor is a SoC. The top-level soc node contains
  738. information that is global to all devices on the SoC. The node name
  739. should contain a unit address for the SoC, which is the base address
  740. of the memory-mapped register set for the SoC. The name of an SoC
  741. node should start with "soc", and the remainder of the name should
  742. represent the part number for the soc. For example, the MPC8540's
  743. soc node would be called "soc8540".
  744. Required properties:
  745. - ranges : Should be defined as specified in 1) to describe the
  746. translation of SoC addresses for memory mapped SoC registers.
  747. - bus-frequency: Contains the bus frequency for the SoC node.
  748. Typically, the value of this field is filled in by the boot
  749. loader.
  750. - compatible : Exact model of the SoC
  751. Recommended properties:
  752. - reg : This property defines the address and size of the
  753. memory-mapped registers that are used for the SOC node itself.
  754. It does not include the child device registers - these will be
  755. defined inside each child node. The address specified in the
  756. "reg" property should match the unit address of the SOC node.
  757. - #address-cells : Address representation for "soc" devices. The
  758. format of this field may vary depending on whether or not the
  759. device registers are memory mapped. For memory mapped
  760. registers, this field represents the number of cells needed to
  761. represent the address of the registers. For SOCs that do not
  762. use MMIO, a special address format should be defined that
  763. contains enough cells to represent the required information.
  764. See 1) above for more details on defining #address-cells.
  765. - #size-cells : Size representation for "soc" devices
  766. - #interrupt-cells : Defines the width of cells used to represent
  767. interrupts. Typically this value is <2>, which includes a
  768. 32-bit number that represents the interrupt number, and a
  769. 32-bit number that represents the interrupt sense and level.
  770. This field is only needed if the SOC contains an interrupt
  771. controller.
  772. The SOC node may contain child nodes for each SOC device that the
  773. platform uses. Nodes should not be created for devices which exist
  774. on the SOC but are not used by a particular platform. See chapter VI
  775. for more information on how to specify devices that are part of a SOC.
  776. Example SOC node for the MPC8540:
  777. soc8540@e0000000 {
  778. #address-cells = <1>;
  779. #size-cells = <1>;
  780. #interrupt-cells = <2>;
  781. device_type = "soc";
  782. ranges = <00000000 e0000000 00100000>
  783. reg = <e0000000 00003000>;
  784. bus-frequency = <0>;
  785. }
  786. IV - "dtc", the device tree compiler
  787. ====================================
  788. dtc source code can be found at
  789. <http://git.jdl.com/gitweb/?p=dtc.git>
  790. WARNING: This version is still in early development stage; the
  791. resulting device-tree "blobs" have not yet been validated with the
  792. kernel. The current generated block lacks a useful reserve map (it will
  793. be fixed to generate an empty one, it's up to the bootloader to fill
  794. it up) among others. The error handling needs work, bugs are lurking,
  795. etc...
  796. dtc basically takes a device-tree in a given format and outputs a
  797. device-tree in another format. The currently supported formats are:
  798. Input formats:
  799. -------------
  800. - "dtb": "blob" format, that is a flattened device-tree block
  801. with
  802. header all in a binary blob.
  803. - "dts": "source" format. This is a text file containing a
  804. "source" for a device-tree. The format is defined later in this
  805. chapter.
  806. - "fs" format. This is a representation equivalent to the
  807. output of /proc/device-tree, that is nodes are directories and
  808. properties are files
  809. Output formats:
  810. ---------------
  811. - "dtb": "blob" format
  812. - "dts": "source" format
  813. - "asm": assembly language file. This is a file that can be
  814. sourced by gas to generate a device-tree "blob". That file can
  815. then simply be added to your Makefile. Additionally, the
  816. assembly file exports some symbols that can be used.
  817. The syntax of the dtc tool is
  818. dtc [-I <input-format>] [-O <output-format>]
  819. [-o output-filename] [-V output_version] input_filename
  820. The "output_version" defines what version of the "blob" format will be
  821. generated. Supported versions are 1,2,3 and 16. The default is
  822. currently version 3 but that may change in the future to version 16.
  823. Additionally, dtc performs various sanity checks on the tree, like the
  824. uniqueness of linux, phandle properties, validity of strings, etc...
  825. The format of the .dts "source" file is "C" like, supports C and C++
  826. style comments.
  827. / {
  828. }
  829. The above is the "device-tree" definition. It's the only statement
  830. supported currently at the toplevel.
  831. / {
  832. property1 = "string_value"; /* define a property containing a 0
  833. * terminated string
  834. */
  835. property2 = <1234abcd>; /* define a property containing a
  836. * numerical 32-bit value (hexadecimal)
  837. */
  838. property3 = <12345678 12345678 deadbeef>;
  839. /* define a property containing 3
  840. * numerical 32-bit values (cells) in
  841. * hexadecimal
  842. */
  843. property4 = [0a 0b 0c 0d de ea ad be ef];
  844. /* define a property whose content is
  845. * an arbitrary array of bytes
  846. */
  847. childnode@address { /* define a child node named "childnode"
  848. * whose unit name is "childnode at
  849. * address"
  850. */
  851. childprop = "hello\n"; /* define a property "childprop" of
  852. * childnode (in this case, a string)
  853. */
  854. };
  855. };
  856. Nodes can contain other nodes etc... thus defining the hierarchical
  857. structure of the tree.
  858. Strings support common escape sequences from C: "\n", "\t", "\r",
  859. "\(octal value)", "\x(hex value)".
  860. It is also suggested that you pipe your source file through cpp (gcc
  861. preprocessor) so you can use #include's, #define for constants, etc...
  862. Finally, various options are planned but not yet implemented, like
  863. automatic generation of phandles, labels (exported to the asm file so
  864. you can point to a property content and change it easily from whatever
  865. you link the device-tree with), label or path instead of numeric value
  866. in some cells to "point" to a node (replaced by a phandle at compile
  867. time), export of reserve map address to the asm file, ability to
  868. specify reserve map content at compile time, etc...
  869. We may provide a .h include file with common definitions of that
  870. proves useful for some properties (like building PCI properties or
  871. interrupt maps) though it may be better to add a notion of struct
  872. definitions to the compiler...
  873. V - Recommendations for a bootloader
  874. ====================================
  875. Here are some various ideas/recommendations that have been proposed
  876. while all this has been defined and implemented.
  877. - The bootloader may want to be able to use the device-tree itself
  878. and may want to manipulate it (to add/edit some properties,
  879. like physical memory size or kernel arguments). At this point, 2
  880. choices can be made. Either the bootloader works directly on the
  881. flattened format, or the bootloader has its own internal tree
  882. representation with pointers (similar to the kernel one) and
  883. re-flattens the tree when booting the kernel. The former is a bit
  884. more difficult to edit/modify, the later requires probably a bit
  885. more code to handle the tree structure. Note that the structure
  886. format has been designed so it's relatively easy to "insert"
  887. properties or nodes or delete them by just memmoving things
  888. around. It contains no internal offsets or pointers for this
  889. purpose.
  890. - An example of code for iterating nodes & retrieving properties
  891. directly from the flattened tree format can be found in the kernel
  892. file drivers/of/fdt.c. Look at the of_scan_flat_dt() function,
  893. its usage in early_init_devtree(), and the corresponding various
  894. early_init_dt_scan_*() callbacks. That code can be re-used in a
  895. GPL bootloader, and as the author of that code, I would be happy
  896. to discuss possible free licensing to any vendor who wishes to
  897. integrate all or part of this code into a non-GPL bootloader.
  898. (reference needed; who is 'I' here? ---gcl Jan 31, 2011)
  899. VI - System-on-a-chip devices and nodes
  900. =======================================
  901. Many companies are now starting to develop system-on-a-chip
  902. processors, where the processor core (CPU) and many peripheral devices
  903. exist on a single piece of silicon. For these SOCs, an SOC node
  904. should be used that defines child nodes for the devices that make
  905. up the SOC. While platforms are not required to use this model in
  906. order to boot the kernel, it is highly encouraged that all SOC
  907. implementations define as complete a flat-device-tree as possible to
  908. describe the devices on the SOC. This will allow for the
  909. genericization of much of the kernel code.
  910. 1) Defining child nodes of an SOC
  911. ---------------------------------
  912. Each device that is part of an SOC may have its own node entry inside
  913. the SOC node. For each device that is included in the SOC, the unit
  914. address property represents the address offset for this device's
  915. memory-mapped registers in the parent's address space. The parent's
  916. address space is defined by the "ranges" property in the top-level soc
  917. node. The "reg" property for each node that exists directly under the
  918. SOC node should contain the address mapping from the child address space
  919. to the parent SOC address space and the size of the device's
  920. memory-mapped register file.
  921. For many devices that may exist inside an SOC, there are predefined
  922. specifications for the format of the device tree node. All SOC child
  923. nodes should follow these specifications, except where noted in this
  924. document.
  925. See appendix A for an example partial SOC node definition for the
  926. MPC8540.
  927. 2) Representing devices without a current OF specification
  928. ----------------------------------------------------------
  929. Currently, there are many devices on SoCs that do not have a standard
  930. representation defined as part of the Open Firmware specifications,
  931. mainly because the boards that contain these SoCs are not currently
  932. booted using Open Firmware. Binding documentation for new devices
  933. should be added to the Documentation/devicetree/bindings directory.
  934. That directory will expand as device tree support is added to more and
  935. more SoCs.
  936. VII - Specifying interrupt information for devices
  937. ===================================================
  938. The device tree represents the buses and devices of a hardware
  939. system in a form similar to the physical bus topology of the
  940. hardware.
  941. In addition, a logical 'interrupt tree' exists which represents the
  942. hierarchy and routing of interrupts in the hardware.
  943. The interrupt tree model is fully described in the
  944. document "Open Firmware Recommended Practice: Interrupt
  945. Mapping Version 0.9". The document is available at:
  946. <http://playground.sun.com/1275/practice>.
  947. 1) interrupts property
  948. ----------------------
  949. Devices that generate interrupts to a single interrupt controller
  950. should use the conventional OF representation described in the
  951. OF interrupt mapping documentation.
  952. Each device which generates interrupts must have an 'interrupt'
  953. property. The interrupt property value is an arbitrary number of
  954. of 'interrupt specifier' values which describe the interrupt or
  955. interrupts for the device.
  956. The encoding of an interrupt specifier is determined by the
  957. interrupt domain in which the device is located in the
  958. interrupt tree. The root of an interrupt domain specifies in
  959. its #interrupt-cells property the number of 32-bit cells
  960. required to encode an interrupt specifier. See the OF interrupt
  961. mapping documentation for a detailed description of domains.
  962. For example, the binding for the OpenPIC interrupt controller
  963. specifies an #interrupt-cells value of 2 to encode the interrupt
  964. number and level/sense information. All interrupt children in an
  965. OpenPIC interrupt domain use 2 cells per interrupt in their interrupts
  966. property.
  967. The PCI bus binding specifies a #interrupt-cell value of 1 to encode
  968. which interrupt pin (INTA,INTB,INTC,INTD) is used.
  969. 2) interrupt-parent property
  970. ----------------------------
  971. The interrupt-parent property is specified to define an explicit
  972. link between a device node and its interrupt parent in
  973. the interrupt tree. The value of interrupt-parent is the
  974. phandle of the parent node.
  975. If the interrupt-parent property is not defined for a node, its
  976. interrupt parent is assumed to be an ancestor in the node's
  977. _device tree_ hierarchy.
  978. 3) OpenPIC Interrupt Controllers
  979. --------------------------------
  980. OpenPIC interrupt controllers require 2 cells to encode
  981. interrupt information. The first cell defines the interrupt
  982. number. The second cell defines the sense and level
  983. information.
  984. Sense and level information should be encoded as follows:
  985. 0 = low to high edge sensitive type enabled
  986. 1 = active low level sensitive type enabled
  987. 2 = active high level sensitive type enabled
  988. 3 = high to low edge sensitive type enabled
  989. 4) ISA Interrupt Controllers
  990. ----------------------------
  991. ISA PIC interrupt controllers require 2 cells to encode
  992. interrupt information. The first cell defines the interrupt
  993. number. The second cell defines the sense and level
  994. information.
  995. ISA PIC interrupt controllers should adhere to the ISA PIC
  996. encodings listed below:
  997. 0 = active low level sensitive type enabled
  998. 1 = active high level sensitive type enabled
  999. 2 = high to low edge sensitive type enabled
  1000. 3 = low to high edge sensitive type enabled
  1001. VIII - Specifying Device Power Management Information (sleep property)
  1002. ===================================================================
  1003. Devices on SOCs often have mechanisms for placing devices into low-power
  1004. states that are decoupled from the devices' own register blocks. Sometimes,
  1005. this information is more complicated than a cell-index property can
  1006. reasonably describe. Thus, each device controlled in such a manner
  1007. may contain a "sleep" property which describes these connections.
  1008. The sleep property consists of one or more sleep resources, each of
  1009. which consists of a phandle to a sleep controller, followed by a
  1010. controller-specific sleep specifier of zero or more cells.
  1011. The semantics of what type of low power modes are possible are defined
  1012. by the sleep controller. Some examples of the types of low power modes
  1013. that may be supported are:
  1014. - Dynamic: The device may be disabled or enabled at any time.
  1015. - System Suspend: The device may request to be disabled or remain
  1016. awake during system suspend, but will not be disabled until then.
  1017. - Permanent: The device is disabled permanently (until the next hard
  1018. reset).
  1019. Some devices may share a clock domain with each other, such that they should
  1020. only be suspended when none of the devices are in use. Where reasonable,
  1021. such nodes should be placed on a virtual bus, where the bus has the sleep
  1022. property. If the clock domain is shared among devices that cannot be
  1023. reasonably grouped in this manner, then create a virtual sleep controller
  1024. (similar to an interrupt nexus, except that defining a standardized
  1025. sleep-map should wait until its necessity is demonstrated).
  1026. Appendix A - Sample SOC node for MPC8540
  1027. ========================================
  1028. soc@e0000000 {
  1029. #address-cells = <1>;
  1030. #size-cells = <1>;
  1031. compatible = "fsl,mpc8540-ccsr", "simple-bus";
  1032. device_type = "soc";
  1033. ranges = <0x00000000 0xe0000000 0x00100000>
  1034. bus-frequency = <0>;
  1035. interrupt-parent = <&pic>;
  1036. ethernet@24000 {
  1037. #address-cells = <1>;
  1038. #size-cells = <1>;
  1039. device_type = "network";
  1040. model = "TSEC";
  1041. compatible = "gianfar", "simple-bus";
  1042. reg = <0x24000 0x1000>;
  1043. local-mac-address = [ 00 E0 0C 00 73 00 ];
  1044. interrupts = <29 2 30 2 34 2>;
  1045. phy-handle = <&phy0>;
  1046. sleep = <&pmc 00000080>;
  1047. ranges;
  1048. mdio@24520 {
  1049. reg = <0x24520 0x20>;
  1050. compatible = "fsl,gianfar-mdio";
  1051. phy0: ethernet-phy@0 {
  1052. interrupts = <5 1>;
  1053. reg = <0>;
  1054. device_type = "ethernet-phy";
  1055. };
  1056. phy1: ethernet-phy@1 {
  1057. interrupts = <5 1>;
  1058. reg = <1>;
  1059. device_type = "ethernet-phy";
  1060. };
  1061. phy3: ethernet-phy@3 {
  1062. interrupts = <7 1>;
  1063. reg = <3>;
  1064. device_type = "ethernet-phy";
  1065. };
  1066. };
  1067. };
  1068. ethernet@25000 {
  1069. device_type = "network";
  1070. model = "TSEC";
  1071. compatible = "gianfar";
  1072. reg = <0x25000 0x1000>;
  1073. local-mac-address = [ 00 E0 0C 00 73 01 ];
  1074. interrupts = <13 2 14 2 18 2>;
  1075. phy-handle = <&phy1>;
  1076. sleep = <&pmc 00000040>;
  1077. };
  1078. ethernet@26000 {
  1079. device_type = "network";
  1080. model = "FEC";
  1081. compatible = "gianfar";
  1082. reg = <0x26000 0x1000>;
  1083. local-mac-address = [ 00 E0 0C 00 73 02 ];
  1084. interrupts = <41 2>;
  1085. phy-handle = <&phy3>;
  1086. sleep = <&pmc 00000020>;
  1087. };
  1088. serial@4500 {
  1089. #address-cells = <1>;
  1090. #size-cells = <1>;
  1091. compatible = "fsl,mpc8540-duart", "simple-bus";
  1092. sleep = <&pmc 00000002>;
  1093. ranges;
  1094. serial@4500 {
  1095. device_type = "serial";
  1096. compatible = "ns16550";
  1097. reg = <0x4500 0x100>;
  1098. clock-frequency = <0>;
  1099. interrupts = <42 2>;
  1100. };
  1101. serial@4600 {
  1102. device_type = "serial";
  1103. compatible = "ns16550";
  1104. reg = <0x4600 0x100>;
  1105. clock-frequency = <0>;
  1106. interrupts = <42 2>;
  1107. };
  1108. };
  1109. pic: pic@40000 {
  1110. interrupt-controller;
  1111. #address-cells = <0>;
  1112. #interrupt-cells = <2>;
  1113. reg = <0x40000 0x40000>;
  1114. compatible = "chrp,open-pic";
  1115. device_type = "open-pic";
  1116. };
  1117. i2c@3000 {
  1118. interrupts = <43 2>;
  1119. reg = <0x3000 0x100>;
  1120. compatible = "fsl-i2c";
  1121. dfsrr;
  1122. sleep = <&pmc 00000004>;
  1123. };
  1124. pmc: power@e0070 {
  1125. compatible = "fsl,mpc8540-pmc", "fsl,mpc8548-pmc";
  1126. reg = <0xe0070 0x20>;
  1127. };
  1128. };