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: diu.txt
* Freescale Display Interface Unit The Freescale DIU is a LCD controller, with proper hardware, it can also drive DVI monitors. Required properties: - compatible : should be "fsl,diu" or "fsl,mpc5121-diu". - reg : should contain at least address and length of the DIU register set. - interrupts : one DIU interrupt should be described here. Optional properties: - edid : verbatim EDID data block describing attached display. Data from the detailed timing descriptor will be used to program the display controller. Example (MPC8610HPCD): display@2c000 { compatible = "fsl,diu"; reg = <0x2c000 100>; interrupts = <72 2>; interrupt-parent = <&mpic>; }; Example for MPC5121: display@2100 { compatible = "fsl,mpc5121-diu"; reg = <0x2100 0x100>; interrupts = <64 0x8>; interrupt-parent = <&ipic>; edid = [edid-data]; };
Upload File
Create Folder