Back to home page

OSCL-LXR

 
 

    


0001 .. SPDX-License-Identifier: GPL-2.0-only
0002 
0003 Broadcom BCM54140 Quad SGMII/QSGMII PHY
0004 =======================================
0005 
0006 Supported chips:
0007 
0008    * Broadcom BCM54140
0009 
0010      Datasheet: not public
0011 
0012 Author: Michael Walle <michael@walle.cc>
0013 
0014 Description
0015 -----------
0016 
0017 The Broadcom BCM54140 is a Quad SGMII/QSGMII PHY which supports monitoring
0018 its die temperature as well as two analog voltages.
0019 
0020 The AVDDL is a 1.0V analogue voltage, the AVDDH is a 3.3V analogue voltage.
0021 Both voltages and the temperature are measured in a round-robin fashion.
0022 
0023 Sysfs entries
0024 -------------
0025 
0026 The following attributes are supported.
0027 
0028 ======================= ========================================================
0029 in0_label               "AVDDL"
0030 in0_input               Measured AVDDL voltage.
0031 in0_min                 Minimum AVDDL voltage.
0032 in0_max                 Maximum AVDDL voltage.
0033 in0_alarm               AVDDL voltage alarm.
0034 
0035 in1_label               "AVDDH"
0036 in1_input               Measured AVDDH voltage.
0037 in1_min                 Minimum AVDDH voltage.
0038 in1_max                 Maximum AVDDH voltage.
0039 in1_alarm               AVDDH voltage alarm.
0040 
0041 temp1_input             Die temperature.
0042 temp1_min               Minimum die temperature.
0043 temp1_max               Maximum die temperature.
0044 temp1_alarm             Die temperature alarm.
0045 ======================= ========================================================