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