Lines Matching +full:reg +full:- +full:space
8 specified in a single reg property.
11 - compatible: must be "brcm,bcm7271-dpfe-cpu", "brcm,bcm7268-dpfe-cpu"
12 or "brcm,dpfe-cpu"
13 - reg: must reference three register ranges
14 - start address and length of the DCPU register space
15 - start address and length of the DCPU data memory space
16 - start address and length of the DCPU instruction memory space
17 - reg-names: must contain "dpfe-cpu", "dpfe-dmem", and "dpfe-imem";
21 dpfe_cpu0: dpfe-cpu@f1132000 {
22 compatible = "brcm,bcm7271-dpfe-cpu", "brcm,dpfe-cpu";
23 reg = <0xf1132000 0x180
26 reg-names = "dpfe-cpu", "dpfe-dmem", "dpfe-imem";