repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge tag 'linux-kselftest-kunit-fixes-5.11-rc3' of git://git.kernel.org/pub/scm...
[linux/fpc-iii.git]
/
Documentation
/
devicetree
/
bindings
/
arm
/
freescale
/
m4if.txt
blob
93bd7b867a5367dc2009f0b34f6c3d27c71e0dca
1
* Freescale Multi Master Multi Memory Interface (M4IF) module
2
3
Required properties:
4
- compatible : Should be "fsl,imx51-m4if"
5
- reg : Address and length of the register set for the device
6
7
Example:
8
9
m4if: m4if@83fd8000 {
10
compatible = "fsl,imx51-m4if";
11
reg = <0x83fd8000 0x1000>;
12
};