mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 16:54:27 +00:00
22 lines
304 B
Text
22 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>;
|
||
|
};
|
||
|
};
|