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