summaryrefslogtreecommitdiffstats
path: root/Documentation/devicetree/bindings/misc/fsl,imx-ocotp.rst
blob: 472b9e251fdfdbf83021ce97cfc74fa9e942ea0f (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 specify a MAC
  address to a ethernet device.

Example::

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