Home
last modified time | relevance | path

Searched full:mpc8315 (Results 1 – 10 of 10) sorted by relevance

/linux/arch/powerpc/boot/dts/
H A Dmpc8315erdb.dts52 compatible = "fsl,mpc8315-elbc", "fsl,elbc", "simple-bus";
77 compatible = "fsl,mpc8315-fcm-nand",
99 compatible = "fsl,mpc8315-immr", "simple-bus";
147 compatible = "fsl,mpc8315-dma", "fsl,elo-dma";
154 compatible = "fsl,mpc8315-dma-channel", "fsl,elo-dma-channel";
161 compatible = "fsl,mpc8315-dma-channel", "fsl,elo-dma-channel";
168 compatible = "fsl,mpc8315-dma-channel", "fsl,elo-dma-channel";
175 compatible = "fsl,mpc8315-dma-channel", "fsl,elo-dma-channel";
301 compatible = "fsl,mpc8315-sata", "fsl,pq-sata";
309 compatible = "fsl,mpc8315
[all...]
H A Dmpc8308rdb.dts50 compatible = "fsl,mpc8315-elbc", "fsl,elbc", "simple-bus";
95 compatible = "fsl,mpc8315-fcm-nand",
H A Dmpc8308_p1m.dts49 compatible = "fsl,mpc8315-elbc", "fsl,elbc", "simple-bus";
/linux/arch/powerpc/platforms/83xx/
H A Dusb_831x.c47 if (immr_node && (of_device_is_compatible(immr_node, "fsl,mpc8315-immr") || in mpc831x_usb_cfg()
63 } else if (of_device_is_compatible(immr_node, "fsl,mpc8315-immr")) { in mpc831x_usb_cfg()
99 if (of_device_is_compatible(immr_node, "fsl,mpc8315-immr")) in mpc831x_usb_cfg()
H A DKconfig26 This option enables support for the MPC8313 RDB and MPC8315 RDB boards.
/linux/Documentation/devicetree/bindings/powerpc/fsl/
H A Dfsl,mpc83xx.yaml62 - fsl,mpc8315-immr
83 compatible = "fsl,mpc8315-immr", "simple-bus";
H A Dpmc.yaml43 - const: fsl,mpc8315-pmc
/linux/Documentation/devicetree/bindings/ata/
H A Dfsl,pq-sata.yaml23 - fsl,mpc8315-sata
/linux/Documentation/devicetree/bindings/timer/
H A Dfsl,gtm.yaml20 - fsl,mpc8315-gtm
/linux/drivers/ata/
H A Dsata_fsl.c82 * MPC8315 has two SATA controllers, SATA1 & SATA2
1446 if (!of_device_is_compatible(ofdev->dev.of_node, "fsl,mpc8315-sata")) { in sata_fsl_probe()