1 DDR PHY Front End (DPFE) for Broadcom STB
2 =========================================
4 DPFE and the DPFE firmware provide an interface for the host CPU to
5 communicate with the DCPU, which resides inside the DDR PHY.
7 There are three memory regions for interacting with the DCPU. These are
8 specified in a single reg property.
11 - compatible: must be "brcm,bcm7271-dpfe-cpu", "brcm,bcm7268-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";
18 they must be in the same order as the register declarations
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";