Home
last modified time | relevance | path

Searched full:mpc8544 (Results 1 – 15 of 15) sorted by relevance

/linux-6.12.1/arch/powerpc/boot/dts/fsl/
Dmpc8544si-post.dtsi2 * MPC8544 Silicon/SoC Device Tree Source (post include)
38 compatible = "fsl,mpc8544-lbc", "fsl,pq3-localbus", "simple-bus";
142 compatible = "fsl,mpc8544-immr", "simple-bus";
152 compatible = "fsl,mpc8544-ecm", "fsl,ecm";
158 compatible = "fsl,mpc8544-memory-controller";
168 compatible = "fsl,mpc8544-l2-cache-controller";
187 compatible = "fsl,mpc8544-guts";
Dmpc8544si-pre.dtsi2 * MPC8544 Silicon/SoC Device Tree Source (pre include)
40 compatible = "fsl,MPC8544";
Dmpc8544ds.dts3 * MPC8544 DS Device Tree Source
/linux-6.12.1/arch/powerpc/boot/dts/
Dsocrates.dts3 * Device Tree Source for the Socrates board (MPC8544).
55 compatible = "fsl,mpc8544-immr", "simple-bus";
64 compatible = "fsl,mpc8544-ecm", "fsl,ecm";
71 compatible = "fsl,mpc8544-memory-controller";
78 compatible = "fsl,mpc8544-l2-cache-controller";
90 compatible = "fsl,mpc8544-i2c", "fsl-i2c";
122 compatible = "fsl,mpc8544-i2c", "fsl-i2c";
233 compatible = "fsl,mpc8544-localbus",
/linux-6.12.1/Documentation/devicetree/bindings/i2c/
Di2c-mpc.yaml25 - fsl,mpc8544-i2c
90 /* MPC8544 base board */
94 compatible = "fsl,mpc8544-i2c", "fsl-i2c";
/linux-6.12.1/arch/powerpc/platforms/85xx/
DKconfig81 bool "Freescale MPC8544 DS / MPC8572 DS"
87 This option enables support for the MPC8544 DS and MPC8572 DS boards
Dmpc85xx_ds.c75 .name = "MPC8544 DS", in define_machine()
/linux-6.12.1/Documentation/devicetree/bindings/memory-controllers/fsl/
Dfsl,ddr.yaml31 - fsl,mpc8544-memory-controller
/linux-6.12.1/Documentation/devicetree/bindings/cache/
Dfreescale-l2cache.txt17 "fsl,mpc8544-l2-cache-controller"
/linux-6.12.1/Documentation/devicetree/bindings/powerpc/fsl/
Decm.txt47 CHIP is the processor (mpc8572, mpc8544, etc.)
Dmpic.txt162 * The MPC8544 I2C controller node has an internal
/linux-6.12.1/drivers/edac/
Dmpc85xx_edac.c613 { .compatible = "fsl,mpc8544-l2-cache-controller", },
641 { .compatible = "fsl,mpc8544-memory-controller", },
/linux-6.12.1/drivers/soc/fsl/
Dguts.c165 { .compatible = "fsl,mpc8544-guts", },
/linux-6.12.1/drivers/i2c/busses/
Di2c-mpc.c369 * and MPC8544 indicate SEC frequency ratio in mpc_i2c_get_sec_cfg_8xxx()
931 {.compatible = "fsl,mpc8544-i2c", .data = &mpc_i2c_data_8544, },
/linux-6.12.1/arch/powerpc/sysdev/
Dmpic.c1565 * mpc8536). It is not present in MPIC 2.0 (e.g. mpc8544). in mpic_init()