mirror of
https://github.com/Telecominfraproject/OpenNetworkLinux.git
synced 2025-12-26 01:37:04 +00:00
Adapted version of the ONL pull request https://github.com/opennetworklinux/ONL/pull/175/files
This commit is contained in:
@@ -41,14 +41,21 @@ class OnlPlatform_x86_64_accton_as5712_54x_r0(OnlPlatformAccton):
|
||||
# initiate multiplexer (PCA9548)
|
||||
('pca9548', 0x70, 1),
|
||||
|
||||
# initiate PSU-1
|
||||
# initiate PSU-1 AC Power
|
||||
('as5712_54x_psu', 0x38, 57),
|
||||
('cpr_4011_4mxx', 0x3c, 57),
|
||||
|
||||
# initiate PSU-2
|
||||
# initiate PSU-2 AC Power
|
||||
('as5712_54x_psu', 0x3b, 58),
|
||||
('cpr_4011_4mxx', 0x3f, 58),
|
||||
|
||||
# initiate PSU-1 DC Power
|
||||
('as5712_54x_psu', 0x50, 57)
|
||||
|
||||
# initiate PSU-2 DC Power
|
||||
('as5712_54x_psu', 0x53, 58)
|
||||
|
||||
|
||||
# initiate lm75
|
||||
('lm75', 0x48, 61),
|
||||
('lm75', 0x49, 62),
|
||||
|
||||
Reference in New Issue
Block a user