1*f126890aSEmmanuel Vadot// SPDX-License-Identifier: GPL-2.0-or-later 2*f126890aSEmmanuel Vadot// Copyright 2020 IBM Corp. 3*f126890aSEmmanuel Vadot/dts-v1/; 4*f126890aSEmmanuel Vadot 5*f126890aSEmmanuel Vadot#include "aspeed-bmc-ibm-rainier.dts" 6*f126890aSEmmanuel Vadot 7*f126890aSEmmanuel Vadot/ { 8*f126890aSEmmanuel Vadot model = "Rainier 4U"; 9*f126890aSEmmanuel Vadot}; 10*f126890aSEmmanuel Vadot 11*f126890aSEmmanuel Vadot&i2c3 { 12*f126890aSEmmanuel Vadot power-supply@6a { 13*f126890aSEmmanuel Vadot compatible = "ibm,cffps"; 14*f126890aSEmmanuel Vadot reg = <0x6a>; 15*f126890aSEmmanuel Vadot }; 16*f126890aSEmmanuel Vadot 17*f126890aSEmmanuel Vadot power-supply@6b { 18*f126890aSEmmanuel Vadot compatible = "ibm,cffps"; 19*f126890aSEmmanuel Vadot reg = <0x6b>; 20*f126890aSEmmanuel Vadot }; 21*f126890aSEmmanuel Vadot}; 22