mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 16:54:27 +00:00

The 4U Blueridge is identical to the Blueridge system but has two extra power supplies. Signed-off-by: Eddie James <eajames@linux.ibm.com> Reviewed-by: Ninad Palsule <ninad@linux.ibm.com> Link: https://lore.kernel.org/r/20240522192524.3286237-16-eajames@linux.ibm.com Signed-off-by: Andrew Jeffery <andrew@codeconstruct.com.au>
21 lines
304 B
Text
21 lines
304 B
Text
// SPDX-License-Identifier: GPL-2.0-or-later
|
|
// Copyright 2024 IBM Corp.
|
|
/dts-v1/;
|
|
|
|
#include "aspeed-bmc-ibm-blueridge.dts"
|
|
|
|
/ {
|
|
model = "Blueridge 4U";
|
|
};
|
|
|
|
&i2c3 {
|
|
power-supply@6a {
|
|
compatible = "ibm,cffps";
|
|
reg = <0x6a>;
|
|
};
|
|
|
|
power-supply@6b {
|
|
compatible = "ibm,cffps";
|
|
reg = <0x6b>;
|
|
};
|
|
};
|