summaryrefslogtreecommitdiffstats
path: root/Documentation/devicetree/bindings/misc/fsl,imx-iim.rst
blob: a067579189baaa04505017f1e858ce21d213036b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Freescale i.MX IIM (Ic Identification Module)
=============================================

Required properties:

- compatible: fsl,imx27-iim
- reg: physical register base and size

Optional properties:

- barebox,provide-mac-address: Provide MAC addresses for ethernet devices. This
  can be multiple entries in the form <&phandle bankno fuseofs> to specify a MAC
  address to a ethernet device.

Example::

  iim: iim@83f98000 {
  	compatible = "fsl,imx51-iim", "fsl,imx27-iim";
  	reg = <0x83f98000 0x4000>;
  	barebox,provide-mac-address = <&fec 1 9>;
  };