mirror of
https://github.com/Qortal/Brooklyn.git
synced 2025-02-01 07:42:18 +00:00
38 lines
428 B
Plaintext
38 lines
428 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>;
|
||
|
};
|
||
|
};
|
||
|
|
||
|
&fan0 {
|
||
|
tach-pulses = <4>;
|
||
|
};
|
||
|
|
||
|
&fan1 {
|
||
|
tach-pulses = <4>;
|
||
|
};
|
||
|
|
||
|
&fan2 {
|
||
|
tach-pulses = <4>;
|
||
|
};
|
||
|
|
||
|
&fan3 {
|
||
|
tach-pulses = <4>;
|
||
|
};
|