Lines Matching refs:syscon
16 Further, syscon nodes that map platform-specific registers used for general
19 - compatible: "brcm,bcm<chip_id>-sun-top-ctrl", "syscon"
20 - compatible: "brcm,bcm<chip_id>-hif-cpubiuctrl", "syscon"
21 - compatible: "brcm,bcm<chip_id>-hif-continuation", "syscon"
34 - compatible: must be "brcm,bcm7445-hif-cpubiuctrl", "syscon"
49 sun_top_ctrl: syscon@404000 {
50 compatible = "brcm,bcm7445-sun-top-ctrl", "syscon";
54 hif_cpubiuctrl: syscon@3e2400 {
55 compatible = "brcm,bcm7445-hif-cpubiuctrl", "syscon";
60 hif_continuation: syscon@452000 {
61 compatible = "brcm,bcm7445-hif-continuation", "syscon";
75 - syscon-cpu
80 o a phandle to the "hif_cpubiuctrl" syscon node
84 - syscon-cont
85 A phandle pointing to the syscon node which describes the CPU boot
87 o a phandle to the "hif_continuation" syscon node
92 syscon-cpu = <&hif_cpubiuctrl 0x88 0x178>;
93 syscon-cont = <&hif_continuation>;
105 - syscon
106 A phandle / integer array that points to the syscon node which describes
115 syscon = <&sun_top_ctrl 0x304 0x308>;