Lines Matching refs:system
4 The Marvell mv64[345]60 series of system controller chips contain
6 system. In this section, we define device tree nodes to describe
7 the system controller chip itself and each of the peripherals
11 1) The /system-controller node
13 This node is used to represent the system-controller and must be
14 present when the system uses a system controller chip. The top-level
15 system-controller node contains information that is global to all
16 devices within the system controller chip. The node name begins
17 with "system-controller" followed by the unit address, which is
18 the base address of the memory-mapped register set for the system
23 - ranges : Describes the translation of system controller addresses
25 - clock-frequency: Contains the main clock frequency for the system
28 memory-mapped registers contained within the system controller
30 the unit address of the system-controller node.
31 - #address-cells : Address representation for system controller
34 within the system controller chip.
36 registers within the system controller chip.
42 - model : The specific model of the system controller chip. Such
45 of the system controller chip.
47 The system-controller node contains child nodes for each system
49 for devices which exist on the system controller chip but are not used
51 Example Marvell Discovery mv64360 system-controller node:
53 system-controller@f1000000 { /* Marvell Discovery mv64360 */
70 2) Child nodes of /system-controller