003 File Manager
Current Path:
/usr/src/sys/contrib/device-tree/Bindings/powerpc/fsl
usr
/
src
/
sys
/
contrib
/
device-tree
/
Bindings
/
powerpc
/
fsl
/
📁
..
📄
cache_sram.txt
(559 B)
📄
ccf.txt
(1.37 KB)
📄
cpus.txt
(1.43 KB)
📄
dcsr.txt
(10.72 KB)
📄
diu.txt
(847 B)
📄
dma.txt
(6.56 KB)
📄
ecm.txt
(1.81 KB)
📄
interlaken-lac.txt
(8.59 KB)
📄
l2cache.txt
(2.03 KB)
📄
lbc.txt
(1.11 KB)
📄
mcm.txt
(1.81 KB)
📄
mcu-mpc8349emitx.txt
(428 B)
📄
mpc5121-psc.txt
(2.4 KB)
📄
mpc512x_lpbfifo.txt
(669 B)
📄
mpc5200.txt
(8.6 KB)
📄
mpic-msgr.txt
(2.35 KB)
📄
mpic-timer.txt
(1.14 KB)
📄
mpic.txt
(7.33 KB)
📄
msi-pic.txt
(4.38 KB)
📄
pamu.txt
(4.78 KB)
📄
pmc.txt
(2.48 KB)
📄
raideng.txt
(2.47 KB)
📄
scfg.txt
(451 B)
📄
srio-rmu.txt
(5.12 KB)
📄
srio.txt
(3.34 KB)
Editing: l2cache.txt
Freescale L2 Cache Controller L2 cache is present in Freescale's QorIQ and QorIQ Qonverge platforms. The cache bindings explained below are Devicetree Specification compliant Required Properties: - compatible : Should include one of the following: "fsl,8540-l2-cache-controller" "fsl,8541-l2-cache-controller" "fsl,8544-l2-cache-controller" "fsl,8548-l2-cache-controller" "fsl,8555-l2-cache-controller" "fsl,8568-l2-cache-controller" "fsl,b4420-l2-cache-controller" "fsl,b4860-l2-cache-controller" "fsl,bsc9131-l2-cache-controller" "fsl,bsc9132-l2-cache-controller" "fsl,c293-l2-cache-controller" "fsl,mpc8536-l2-cache-controller" "fsl,mpc8540-l2-cache-controller" "fsl,mpc8541-l2-cache-controller" "fsl,mpc8544-l2-cache-controller" "fsl,mpc8548-l2-cache-controller" "fsl,mpc8555-l2-cache-controller" "fsl,mpc8560-l2-cache-controller" "fsl,mpc8568-l2-cache-controller" "fsl,mpc8569-l2-cache-controller" "fsl,mpc8572-l2-cache-controller" "fsl,p1010-l2-cache-controller" "fsl,p1011-l2-cache-controller" "fsl,p1012-l2-cache-controller" "fsl,p1013-l2-cache-controller" "fsl,p1014-l2-cache-controller" "fsl,p1015-l2-cache-controller" "fsl,p1016-l2-cache-controller" "fsl,p1020-l2-cache-controller" "fsl,p1021-l2-cache-controller" "fsl,p1022-l2-cache-controller" "fsl,p1023-l2-cache-controller" "fsl,p1024-l2-cache-controller" "fsl,p1025-l2-cache-controller" "fsl,p2010-l2-cache-controller" "fsl,p2020-l2-cache-controller" "fsl,t2080-l2-cache-controller" "fsl,t4240-l2-cache-controller" and "cache". - reg : Address and size of L2 cache controller registers - cache-size : Size of the entire L2 cache - interrupts : Error interrupt of L2 controller - cache-line-size : Size of L2 cache lines Example: L2: l2-cache-controller@20000 { compatible = "fsl,bsc9132-l2-cache-controller", "cache"; reg = <0x20000 0x1000>; cache-line-size = <32>; // 32 bytes cache-size = <0x40000>; // L2,256K interrupts = <16 2 1 0>; };
Upload File
Create Folder