Lines Matching +full:system +full:- +full:bus
3 The Gemini SoC is the project name for an ARMv4 FA525-based SoC originally
20 - soc: the SoC should be represented by a simple bus encompassing all the
21 onchip devices, this is referred to as the soc bus node.
23 - syscon: the soc bus node must have a system controller node pointing to the
25 "cortina,gemini-syscon", "syscon";
28 - reg: syscon register location and size.
29 - #clock-cells: should be set to <1> - the system controller is also a
31 - #reset-cells: should be set to <1> - the system controller is also a
35 <dt-bindings/clock/cortina,gemini-clock.h>
38 <dt-bindings/reset/cortina,gemini-reset.h>
40 - timer: the soc bus node must have a timer node pointing to the SoC timer
41 block, with the compatible string "cortina,gemini-timer"
42 See: clocksource/cortina,gemini-timer.txt
44 - interrupt-controller: the sob bus node must have an interrupt controller
46 string "cortina,gemini-interrupt-controller"
47 See interrupt-controller/cortina,gemini-interrupt-controller.txt
54 #address-cells = <1>;
55 #size-cells = <1>;
63 #address-cells = <1>;
64 #size-cells = <1>;
66 compatible = "simple-bus";
67 interrupt-parent = <&intcon>;
70 compatible = "cortina,gemini-syscon", "syscon";
72 #clock-cells = <1>;
73 #reset-cells = <1>;
82 reg-shift = <2>;
86 compatible = "cortina,gemini-timer";
88 interrupt-parent = <&intcon>;
96 clock-names = "PCLK", "EXTCLK";
100 intcon: interrupt-controller@48000000 {
101 compatible = "cortina,gemini-interrupt-controller";
104 interrupt-controller;
105 #interrupt-cells = <2>;