1 .. SPDX-License-Identifier: GPL-2.0 2 3 Kernel driver bpa-rs600 4 ======================= 5 6 Supported chips: 7 8 * BPA-RS600-120 9 10 Datasheet: Publicly available at the BluTek website 11 http://blutekpower.com/wp-content/uploads/2019/01/BPA-RS600-120-07-19-2018.pdf 12 13 Authors: 14 - Chris Packham <chris.packham@alliedtelesis.co.nz> 15 16 Description 17 ----------- 18 19 The BPA-RS600 is a compact 600W removable power supply module. 20 21 Usage Notes 22 ----------- 23 24 This driver does not probe for PMBus devices. You will have to instantiate 25 devices explicitly. 26 27 Sysfs attributes 28 ---------------- 29 30 ======================= ============================================ 31 curr1_label "iin" 32 curr1_input Measured input current 33 curr1_max Maximum input current 34 curr1_max_alarm Input current high alarm 35 36 curr2_label "iout1" 37 curr2_input Measured output current 38 curr2_max Maximum output current 39 curr2_max_alarm Output current high alarm 40 41 fan1_input Measured fan speed 42 fan1_alarm Fan warning 43 fan1_fault Fan fault 44 45 in1_label "vin" 46 in1_input Measured input voltage 47 in1_max Maximum input voltage 48 in1_max_alarm Input voltage high alarm 49 in1_min Minimum input voltage 50 in1_min_alarm Input voltage low alarm 51 52 in2_label "vout1" 53 in2_input Measured output voltage 54 in2_max Maximum output voltage 55 in2_max_alarm Output voltage high alarm 56 in2_min Maximum output voltage 57 in2_min_alarm Output voltage low alarm 58 59 power1_label "pin" 60 power1_input Measured input power 61 power1_alarm Input power alarm 62 power1_max Maximum input power 63 64 power2_label "pout1" 65 power2_input Measured output power 66 power2_max Maximum output power 67 power2_max_alarm Output power high alarm 68 69 temp1_input Measured temperature around input connector 70 temp1_alarm Temperature alarm 71 72 temp2_input Measured temperature around output connector 73 temp2_alarm Temperature alarm 74 ======================= ============================================
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.