Searched +full:bsc9132 +full:- +full:memory +full:- +full:controller (Results 1 – 4 of 4) sorted by relevance
/freebsd-src/sys/contrib/device-tree/Bindings/memory-controllers/fsl/ |
H A D | ddr.txt | 1 Freescale DDR memory controller 5 - compatible : Should include "fsl,chip-memory-controller" where 6 chip is the processor (bsc9132, mpc8572 etc.), or 7 "fsl,qoriq-memory-controller". 8 - reg : Address and size of DDR controller registers 9 - interrupts : Error interrupt of DDR controller 10 - little-endian : Specifies little-endian access to registers 11 If omitted, big-endian will be used. 15 memory-controller@2000 { 16 compatible = "fsl,bsc9132-memory-controller"; [all …]
|
H A D | fsl,ddr.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/memory-controllers/fsl/fsl,ddr.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: Freescale DDR memory controller 10 - Borislav Petkov <bp@alien8.de> 11 - York Sun <york.sun@nxp.com> 15 pattern: "^memory-controller@[0-9a-f]+$" 19 - items: 20 - enum: [all …]
|
/freebsd-src/sys/contrib/device-tree/src/powerpc/fsl/ |
H A D | bsc9132si-post.dtsi | 2 * BSC9132 Silicon/SoC Device Tree Source (post include) 36 #address-cells = <2>; 37 #size-cells = <1>; 43 /* controller at 0xa000 */ 45 compatible = "fsl,bsc9132-pcie", "fsl,qoriq-pcie-v2.2"; 47 #size-cells = <2>; 48 #address-cell [all...] |
/freebsd-src/sys/powerpc/mpc85xx/ |
H A D | mpc85xx_cache.c | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 41 * - mbar 42 * - isync 43 * - write 44 * - read 45 * - mbar 55 {"fsl,8540-l2-cache-controller", 1}, 56 {"fsl,8541-l2-cache-controller", 1}, 57 {"fsl,8544-l2-cache-controller", 1}, [all …]
|