The Design and Implementation of the FreeBSD Operating System, Second Edition
Now available: The Design and Implementation of the FreeBSD Operating System (Second Edition)


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]

FreeBSD/Linux Kernel Cross Reference
sys/contrib/device-tree/Bindings/nvmem/rockchip-otp.txt

Version: -  FREEBSD  -  FREEBSD-13-STABLE  -  FREEBSD-13-0  -  FREEBSD-12-STABLE  -  FREEBSD-12-0  -  FREEBSD-11-STABLE  -  FREEBSD-11-0  -  FREEBSD-10-STABLE  -  FREEBSD-10-0  -  FREEBSD-9-STABLE  -  FREEBSD-9-0  -  FREEBSD-8-STABLE  -  FREEBSD-8-0  -  FREEBSD-7-STABLE  -  FREEBSD-7-0  -  FREEBSD-6-STABLE  -  FREEBSD-6-0  -  FREEBSD-5-STABLE  -  FREEBSD-5-0  -  FREEBSD-4-STABLE  -  FREEBSD-3-STABLE  -  FREEBSD22  -  l41  -  OPENBSD  -  linux-2.6  -  MK84  -  PLAN9  -  xnu-8792 
SearchContext: -  none  -  3  -  10 

    1 Rockchip internal OTP (One Time Programmable) memory device tree bindings
    2 
    3 Required properties:
    4 - compatible: Should be one of the following.
    5   - "rockchip,px30-otp" - for PX30 SoCs.
    6   - "rockchip,rk3308-otp" - for RK3308 SoCs.
    7 - reg: Should contain the registers location and size
    8 - clocks: Must contain an entry for each entry in clock-names.
    9 - clock-names: Should be "otp", "apb_pclk" and "phy".
   10 - resets: Must contain an entry for each entry in reset-names.
   11   See ../../reset/reset.txt for details.
   12 - reset-names: Should be "phy".
   13 
   14 See nvmem.txt for more information.
   15 
   16 Example:
   17         otp: otp@ff290000 {
   18                 compatible = "rockchip,px30-otp";
   19                 reg = <0x0 0xff290000 0x0 0x4000>;
   20                 #address-cells = <1>;
   21                 #size-cells = <1>;
   22                 clocks = <&cru SCLK_OTP_USR>, <&cru PCLK_OTP_NS>,
   23                          <&cru PCLK_OTP_PHY>;
   24                 clock-names = "otp", "apb_pclk", "phy";
   25         };

Cache object: 8b12c151e9aab56c69bc254ec8997a82


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]


This page is part of the FreeBSD/Linux Linux Kernel Cross-Reference, and was automatically generated using a modified version of the LXR engine.