| // SPDX-License-Identifier: GPL-2.0+ |
| reg = <0x00000000 0x80000000 0 0x80000000>; |
| /* DRAM space - 1, size : 2 GB DRAM */ |
| /* MDIO controllers - U-Boot uses a different |
| * driver for the DPAA2 (LS/LX2) family, |
| * so must match fsl,ls-mdio first. |
| compatible = "fsl,ls-mdio", "fsl,fman-memac-mdio"; |
| compatible = "fsl,ls-mdio", "fsl,fman-memac-mdio"; |
| /* DPAA2 Management Complex (MC) |
| * "simple-mfd" compatible used by U-Boot only, |
| * to allow driver model functionality. |
| compatible = "fsl,qoriq-mc", "simple-mfd"; |
| compatible = "simple-mfd"; |
| compatible = "fsl,layerscape-dwc3", "snps,dwc3"; |
| compatible = "fsl,layerscape-dwc3", "snps,dwc3"; |