Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v6.13 21 lines 300 B view raw
1// SPDX-License-Identifier: GPL-2.0-or-later 2// Copyright 2020 IBM Corp. 3/dts-v1/; 4 5#include "aspeed-bmc-ibm-rainier.dts" 6 7/ { 8 model = "Rainier 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};