Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

dt-bindings: Document Broadcom OTP controller driver

Reviewed-by: Ray Jui <ray.jui@broadcom.com>
Tested-by: Jonathan Richardson <jonathan.richardson@broadcom.com>
Signed-off-by: Scott Branden <scott.branden@broadcom.com>
Signed-off-by: Oza Pawandeep <oza@broadcom.com>
Signed-off-by: Jonathan Richardson <jonathan.richardson@broadcom.com>
Signed-off-by: Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Jonathan Richardson and committed by
Greg Kroah-Hartman
dff20aa1 b16ebc01

+17
+17
Documentation/devicetree/bindings/nvmem/brcm,ocotp.txt
··· 1 + Broadcom OTP memory controller 2 + 3 + Required Properties: 4 + - compatible: "brcm,ocotp" for the first generation Broadcom OTPC which is used 5 + in Cygnus and supports 32 bit read/write. Use "brcm,ocotp-v2" for the second 6 + generation Broadcom OTPC which is used in SoC's such as Stingray and supports 7 + 64-bit read/write. 8 + - reg: Base address of the OTP controller. 9 + - brcm,ocotp-size: Amount of memory available, in 32 bit words 10 + 11 + Example: 12 + 13 + otp: otp@0301c800 { 14 + compatible = "brcm,ocotp"; 15 + reg = <0x0301c800 0x2c>; 16 + brcm,ocotp-size = <2048>; 17 + };