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"
30 sun_top_ctrl: syscon@404000 {
31 compatible = "brcm,bcm7445-sun-top-ctrl", "syscon";
35 hif_cpubiuctrl: syscon@3e2400 {
36 compatible = "brcm,bcm7445-hif-cpubiuctrl", "syscon";
40 hif_continuation: syscon@452000 {
41 compatible = "brcm,bcm7445-hif-continuation", "syscon";
56 - syscon-cpu
61 o a phandle to the "hif_cpubiuctrl" syscon node
65 - syscon-cont
66 A phandle pointing to the syscon node which describes the CPU boot
68 o a phandle to the "hif_continuation" syscon node
73 syscon-cpu = <&hif_cpubiuctrl 0x88 0x178>;
74 syscon-cont = <&hif_continuation>;
86 - syscon
87 A phandle / integer array that points to the syscon node which describes
96 syscon = <&sun_top_ctrl 0x304 0x308>;