summaryrefslogtreecommitdiffstats
path: root/Documentation/devicetree/bindings/misc/fsl,imx-ocotp.rst
blob: 403863e927714c5b032e0af102c41997b521ce69 (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 OCOTP (On-Chip OTP)
==================================

Required properties:

* ``compatible``: ``fsl,imx6q-ocotp``
* ``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 regofs> to assign a MAC
  address to an Ethernet device.

Example::

  ocotp1: ocotp@021bc000 {
  	compatible = "fsl,imx6q-ocotp";
  	reg = <0x021bc000 0x4000>;
  	barebox,provide-mac-address = <&fec 0x620>;
  };