22 lines
300 B
Plaintext
22 lines
300 B
Plaintext
// SPDX-License-Identifier: GPL-2.0-or-later
|
|
// Copyright 2020 IBM Corp.
|
|
/dts-v1/;
|
|
|
|
#include "aspeed-bmc-ibm-rainier.dts"
|
|
|
|
/ {
|
|
model = "Rainier 4U";
|
|
};
|
|
|
|
&i2c3 {
|
|
power-supply@6a {
|
|
compatible = "ibm,cffps";
|
|
reg = <0x6a>;
|
|
};
|
|
|
|
power-supply@6b {
|
|
compatible = "ibm,cffps";
|
|
reg = <0x6b>;
|
|
};
|
|
};
|