Lines Matching +full:system +full:- +full:on +full:- +full:chip
3 According to https://www.synaptics.com/company/news/conexant-marvell
7 ---------------------------------------------------------------
18 "marvell,berlin2cd" for Marvell Armada 1500-mini (BG2CD, 88DE3005)
20 "marvell,berlin2q" for Marvell Armada 1500-pro (BG2Q, 88DE3114)
26 model = "Sony NSZ-GS7";
27 compatible = "sony,nsz-gs7", "marvell,berlin2", "marvell,berlin";
34 CPU control register allows various operations on CPUs, like resetting them
38 - compatible: should be "marvell,berlin-cpu-ctrl"
39 - reg: address and length of the register set
43 cpu-ctrl@f7dd0000 {
44 compatible = "marvell,berlin-cpu-ctrl";
48 * Marvell Berlin2 chip control binding
50 Marvell Berlin SoCs have a chip control register set providing several
53 chip control registers, so there should be a single DT node only providing the
57 - compatible:
59 "simple-mfd", "syscon"
60 - reg: address and length of following register sets for
61 BG2/BG2CD: chip control register set
62 BG2Q: chip control register set and cpu pll registers
64 * Marvell Berlin2 system control binding
66 Marvell Berlin SoCs have a system control register set providing several
70 - compatible:
72 "simple-mfd", "syscon"
73 - reg: address and length of the system control register set
77 chip: chip-control@ea0000 {
78 compatible = "simple-mfd", "syscon";
81 /* sub-device nodes */
84 sysctrl: system-controller@d000 {
85 compatible = "simple-mfd", "syscon";
88 /* sub-device nodes */