Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/joel/bmc.git

This commit is contained in:
Stephen Rothwell 2025-01-13 10:19:18 +11:00
commit e26d8e47b7
17 changed files with 8857 additions and 476 deletions

View File

@ -74,6 +74,7 @@ properties:
- description: AST2600 based boards
items:
- enum:
- ampere,mtjefferson-bmc
- ampere,mtmitchell-bmc
- aspeed,ast2600-evb
- aspeed,ast2600-evb-a1
@ -91,6 +92,7 @@ properties:
- ibm,everest-bmc
- ibm,fuji-bmc
- ibm,rainier-bmc
- ibm,sbp1-bmc
- ibm,system1-bmc
- ibm,tacoma-bmc
- inventec,starscream-bmc

View File

@ -6,6 +6,7 @@ dtb-$(CONFIG_ARCH_ASPEED) += \
aspeed-bmc-amd-daytonax.dtb \
aspeed-bmc-amd-ethanolx.dtb \
aspeed-bmc-ampere-mtjade.dtb \
aspeed-bmc-ampere-mtjefferson.dtb \
aspeed-bmc-ampere-mtmitchell.dtb \
aspeed-bmc-arm-stardragon4800-rep2.dtb \
aspeed-bmc-asrock-e3c246d4i.dtb \
@ -40,6 +41,7 @@ dtb-$(CONFIG_ARCH_ASPEED) += \
aspeed-bmc-ibm-rainier.dtb \
aspeed-bmc-ibm-rainier-1s4u.dtb \
aspeed-bmc-ibm-rainier-4u.dtb \
aspeed-bmc-ibm-sbp1.dtb \
aspeed-bmc-ibm-system1.dtb \
aspeed-bmc-intel-s2600wf.dtb \
aspeed-bmc-inspur-fp5280g2.dtb \

View File

@ -0,0 +1,622 @@
// SPDX-License-Identifier: GPL-2.0-only
// Copyright 2024 Ampere Computing LLC.
/dts-v1/;
#include "aspeed-g6.dtsi"
#include <dt-bindings/i2c/i2c.h>
#include <dt-bindings/gpio/aspeed-gpio.h>
/ {
model = "Ampere Mt. Jefferson BMC";
compatible = "ampere,mtjefferson-bmc", "aspeed,ast2600";
aliases {
i2c20 = &i2c4_bus70_chn0;
i2c22 = &i2c4_bus70_chn2;
/*
* I2C OCP alias port
*/
i2c30 = &ocpslot;
/*
* I2C NVMe alias port
*/
i2c48 = &nvmeslot_0;
i2c49 = &nvmeslot_1;
i2c50 = &nvmeslot_2;
i2c51 = &nvmeslot_3;
i2c52 = &nvmeslot_4;
i2c53 = &nvmeslot_5;
i2c54 = &nvmeslot_6;
i2c55 = &nvmeslot_7;
i2c56 = &nvmeslot_8;
i2c57 = &nvmeslot_9;
i2c58 = &nvmeslot_10;
i2c59 = &nvmeslot_11;
};
chosen {
stdout-path = &uart5;
};
memory@80000000 {
device_type = "memory";
reg = <0x80000000 0x80000000>;
};
reserved-memory {
#address-cells = <1>;
#size-cells = <1>;
ranges;
gfx_memory: framebuffer {
size = <0x01000000>;
alignment = <0x01000000>;
compatible = "shared-dma-pool";
reusable;
};
video_engine_memory: video {
size = <0x04000000>;
alignment = <0x01000000>;
compatible = "shared-dma-pool";
reusable;
};
vga_memory: region@bf000000 {
no-map;
compatible = "shared-dma-pool";
reg = <0xbf000000 0x01000000>; /* 16M */
};
};
voltage_mon_reg: voltage-mon-regulator {
compatible = "regulator-fixed";
regulator-name = "ltc2497_reg";
regulator-min-microvolt = <3300000>;
regulator-max-microvolt = <3300000>;
regulator-always-on;
};
leds {
compatible = "gpio-leds";
led-bmc-ready {
gpios = <&gpio0 ASPEED_GPIO(W, 5) (GPIO_ACTIVE_HIGH | GPIO_TRANSITORY)>;
};
led-sw-heartbeat {
gpios = <&gpio0 ASPEED_GPIO(N, 3) GPIO_ACTIVE_HIGH>;
};
led-identify {
gpios = <&gpio0 ASPEED_GPIO(S, 3) GPIO_ACTIVE_HIGH>;
};
led-fault {
gpios = <&gpio0 ASPEED_GPIO(P, 4) GPIO_ACTIVE_HIGH>;
};
};
iio-hwmon {
compatible = "iio-hwmon";
io-channels = <&adc0 0>, <&adc0 1>, <&adc0 2>,
<&adc_i2c_2 0>, <&adc_i2c_2 1>,
<&adc_i2c_2 2>, <&adc_i2c_2 3>,
<&adc_i2c_2 4>, <&adc_i2c_2 5>,
<&adc_i2c_2 6>, <&adc_i2c_2 7>,
<&adc_i2c_2 8>, <&adc_i2c_2 9>,
<&adc_i2c_2 10>, <&adc_i2c_2 11>,
<&adc_i2c_2 12>, <&adc_i2c_2 13>,
<&adc_i2c_2 14>, <&adc_i2c_2 15>,
<&adc_i2c_0 0>, <&adc_i2c_0 1>,
<&adc_i2c_0 2>, <&adc_i2c_0 3>,
<&adc_i2c_0 4>, <&adc_i2c_0 5>,
<&adc_i2c_0 6>, <&adc_i2c_0 7>,
<&adc_i2c_0 8>, <&adc_i2c_0 9>,
<&adc_i2c_0 10>, <&adc_i2c_0 11>,
<&adc_i2c_0 12>;
};
};
&mdio0 {
status = "okay";
ethphy0: ethernet-phy@0 {
compatible = "ethernet-phy-ieee802.3-c22";
reg = <0>;
};
};
&mac0 {
status = "okay";
phy-mode = "rgmii";
phy-handle = <&ethphy0>;
pinctrl-names = "default";
pinctrl-0 = <&pinctrl_rgmii1_default>;
};
&mac3 {
status = "okay";
pinctrl-names = "default";
pinctrl-0 = <&pinctrl_rmii4_default>;
use-ncsi;
};
&fmc {
status = "okay";
flash@0 {
status = "okay";
m25p,fast-read;
label = "bmc";
spi-max-frequency = <50000000>;
#include "openbmc-flash-layout-64.dtsi"
};
flash@1 {
status = "okay";
m25p,fast-read;
label = "alt-bmc";
spi-max-frequency = <50000000>;
#include "openbmc-flash-layout-64-alt.dtsi"
};
};
&spi1 {
status = "okay";
pinctrl-names = "default";
pinctrl-0 = <&pinctrl_spi1_default>;
flash@0 {
status = "okay";
m25p,fast-read;
label = "pnor";
spi-max-frequency = <20000000>;
};
};
&uart1 {
status = "okay";
};
&uart2 {
status = "okay";
};
&i2c0 {
status = "okay";
};
&i2c1 {
status = "okay";
};
&i2c2 {
status = "okay";
};
&i2c3 {
status = "okay";
bus-frequency = <1000000>;
multi-master;
mctp-controller;
mctp@10 {
compatible = "mctp-i2c-controller";
reg = <(0x10 | I2C_OWN_SLAVE_ADDRESS)>;
};
};
&i2c4 {
status = "okay";
eeprom@50 {
compatible = "atmel,24c64";
reg = <0x50>;
pagesize = <32>;
};
i2c-mux@70 {
compatible = "nxp,pca9545";
#address-cells = <1>;
#size-cells = <0>;
reg = <0x70>;
i2c-mux-idle-disconnect;
i2c4_bus70_chn0: i2c@0 {
#address-cells = <1>;
#size-cells = <0>;
reg = <0x0>;
eeprom@52 {
compatible = "atmel,24c256";
reg = <0x52>;
pagesize = <32>;
};
temperature-sensor@48 {
compatible = "ti,tmp75";
reg = <0x48>;
};
temperature-sensor@49 {
compatible = "ti,tmp75";
reg = <0x49>;
};
temperature-sensor@4a{
compatible = "ti,tmp75";
reg = <0x4a>;
};
temperature-sensor@4b {
compatible = "ti,tmp464";
reg = <0x4b>;
#address-cells = <1>;
#size-cells = <0>;
channel@0 {
reg = <0x0>;
status = "disabled";
};
channel@1 {
reg = <0x1>;
status = "disabled";
};
channel@2 {
reg = <0x2>;
status = "disabled";
};
channel@3 {
reg = <0x3>;
status = "disabled";
};
channel@4 {
reg = <0x4>;
};
};
temperature-sensor@4d {
compatible = "ti,tmp75";
reg = <0x4d>;
};
temperature-sensor@4e {
compatible = "ti,tmp75";
reg = <0x4e>;
};
temperature-sensor@4f {
compatible = "ti,tmp75";
reg = <0x4f>;
};
temperature-sensor@28 {
compatible = "nuvoton,nct7802";
reg = <0x28>;
#address-cells = <1>;
#size-cells = <0>;
channel@1 { /* RTD1 */
reg = <1>;
sensor-type = "temperature";
temperature-mode = "thermistor";
};
};
adc_i2c_0: adc@14 {
compatible = "lltc,ltc2497";
reg = <0x14>;
vref-supply = <&voltage_mon_reg>;
#io-channel-cells = <1>;
};
};
i2c4_bus70_chn2: i2c@2 {
#address-cells = <1>;
#size-cells = <0>;
reg = <0x2>;
adc_i2c_2: adc@14 {
compatible = "lltc,ltc2497";
reg = <0x14>;
vref-supply = <&voltage_mon_reg>;
#io-channel-cells = <1>;
};
};
};
};
&i2c5 {
status = "okay";
i2c-mux@70 {
compatible = "nxp,pca9548";
#address-cells = <1>;
#size-cells = <0>;
reg = <0x70>;
i2c-mux-idle-disconnect;
i2c@0 {
#address-cells = <1>;
#size-cells = <0>;
reg = <0x0>;
i2c-mux@71 {
compatible = "nxp,pca9548";
#address-cells = <1>;
#size-cells = <0>;
reg = <0x71>;
i2c-mux-idle-disconnect;
nvmeslot_8: i2c@0 {
#address-cells = <1>;
#size-cells = <0>;
reg = <0x0>;
};
nvmeslot_9: i2c@1 {
#address-cells = <1>;
#size-cells = <0>;
reg = <0x1>;
};
nvmeslot_10: i2c@2 {
#address-cells = <1>;
#size-cells = <0>;
reg = <0x2>;
};
nvmeslot_11: i2c@3 {
#address-cells = <1>;
#size-cells = <0>;
reg = <0x3>;
};
};
i2c-mux@72 {
compatible = "nxp,pca9548";
#address-cells = <1>;
#size-cells = <0>;
reg = <0x72>;
i2c-mux-idle-disconnect;
nvmeslot_4: i2c@4 {
#address-cells = <1>;
#size-cells = <0>;
reg = <0x4>;
};
nvmeslot_5: i2c@5 {
#address-cells = <1>;
#size-cells = <0>;
reg = <0x5>;
};
nvmeslot_6: i2c@6 {
#address-cells = <1>;
#size-cells = <0>;
reg = <0x6>;
};
nvmeslot_7: i2c@7 {
#address-cells = <1>;
#size-cells = <0>;
reg = <0x7>;
};
};
i2c-mux@74 {
compatible = "nxp,pca9548";
#address-cells = <1>;
#size-cells = <0>;
reg = <0x74>;
i2c-mux-idle-disconnect;
ocpslot: i2c@0 {
#address-cells = <1>;
#size-cells = <0>;
reg = <0x0>;
ocpslot_temp: temperature-sensor@1f {
compatible = "ti,tmp421";
reg = <0x1f>;
#address-cells = <1>;
#size-cells = <0>;
channel@0 {
reg = <0x0>;
status = "disabled";
};
channel@1 {
reg = <0x1>;
};
};
};
nvmeslot_0: i2c@4 {
#address-cells = <1>;
#size-cells = <0>;
reg = <0x4>;
};
nvmeslot_1: i2c@5 {
#address-cells = <1>;
#size-cells = <0>;
reg = <0x5>;
};
nvmeslot_2: i2c@6 {
#address-cells = <1>;
#size-cells = <0>;
reg = <0x6>;
};
nvmeslot_3: i2c@7 {
#address-cells = <1>;
#size-cells = <0>;
reg = <0x7>;
};
};
};
};
};
&i2c6 {
status = "okay";
rtc@51 {
compatible = "nxp,pcf8563";
reg = <0x51>;
};
};
&i2c7 {
status = "okay";
temperature-sensor@4f {
compatible = "ti,tmp75";
reg = <0x4f>;
};
};
&i2c8 {
status = "okay";
fan-controller@5c {
compatible = "onnn,adt7462";
reg = <0x5c>;
};
};
&i2c9 {
status = "okay";
#address-cells = <1>;
#size-cells = <0>;
eeprom@50 {
compatible = "atmel,24c02";
reg = <0x50>;
};
eeprom@52 {
compatible = "atmel,24c02";
reg = <0x52>;
};
temperature-sensor@18 {
compatible = "jedec,jc-42.4-temp";
reg = <0x18>;
};
temperature-sensor@1a {
compatible = "jedec,jc-42.4-temp";
reg = <0x1a>;
};
};
&i2c10 {
status = "okay";
};
&i2c11 {
status = "okay";
ssif-bmc@10 {
compatible = "ssif-bmc";
reg = <0x10>;
};
};
&i2c14 {
status = "okay";
eeprom@50 {
compatible = "atmel,24c64";
reg = <0x50>;
pagesize = <32>;
};
bmc_ast2600_cpu: temperature-sensor@48 {
compatible = "ti,tmp75";
reg = <0x48>;
};
};
&i2c15 {
status = "okay";
gpio_expander1: gpio-expander@22 {
compatible = "nxp,pca9535";
reg = <0x22>;
gpio-controller;
#gpio-cells = <2>;
gpio-line-names =
"presence-ocp1","presence-ocp2",
"","",
"","",
"","",
"","",
"","",
"","",
"","";
};
};
&adc0 {
status = "okay";
pinctrl-names = "default";
pinctrl-0 = <&pinctrl_adc0_default &pinctrl_adc1_default
&pinctrl_adc2_default>;
};
&vhub {
status = "okay";
};
&video {
status = "okay";
memory-region = <&video_engine_memory>;
};
&gpio0 {
gpio-line-names =
/*A0-A7*/ "","","","","cpu-type-detect","i2c2-reset-n","i2c6-reset-n","i2c5-reset-n",
/*B0-B7*/ "","","","","host0-sysreset-n","host0-pmin-n","fru-rd-complete",
"chassis-id-sel",
/*C0-C7*/ "s0-vrd-fault-n","","bmc-debug-mode","","cpld-3v3-irq-n","","vrd-sel",
"spd-sel",
/*D0-D7*/ "presence-ps0","presence-ps1","hsc-12vmain-alt2-n","ext-high-temp-n",
"","","","",
/*E0-E7*/ "eth-phy-rst-n","eth-phy-int-n","","","","","","",
/*F0-F7*/ "s0-pcp-oc-warn-n","","power-chassis-control",
"cpu-bios-recover","s0-heartbeat","hs-scout-proc-hot","s0-vr-hot-n","",
/*G0-G7*/ "","","hsc-12vmain-alt1-n","","","bp-cpld-program-en","led-fp-sta-gr",
"led-fp-sta-amb",
/*H0-H7*/ "jtag-program-sel","jtag-cmpl2","wd-disable-n","power-chassis-good","","",
"","",
/*I0-I7*/ "","","","","","","power-button","rtc-battery-voltage-read-enable",
/*J0-J7*/ "","","","","","","","",
/*K0-K7*/ "","","","","","","","",
/*L0-L7*/ "","","","","reset-button","","","",
/*M0-M7*/ "nmi-n","s0-ddr-save","soc-spi-nor-access","presence-cpu0","s0-rtc-lock",
"","","",
/*N0-N7*/ "hpm-fw-recovery","hpm-stby-rst-n","jtag-sel-s0","led-sw-hb",
"jtag-dbgr-prsnt-n","","","",
/*O0-O7*/ "","","","","","","","",
/*P0-P7*/ "ps0-ac-loss-n","ps1-ac-loss-n","","","led-fault","user-mode","jtag-srst-n",
"led-bmc-hb",
/*Q0-Q7*/ "","","","","","","","",
/*R0-R7*/ "","","","","","","","",
/*S0-S7*/ "","","identify-button","led-identify","","spi-nor-access","host0-ready","",
/*T0-T7*/ "","","","","","","","",
/*U0-U7*/ "","","","","","","","",
/*V0-V7*/ "s0-hightemp-n","s0-fault-alert","s0-sys-auth-failure-n",
"host0-reboot-ack-n","s0-fw-boot-ok","host0-shd-req-n",
"host0-shd-ack-n","s0-overtemp-n",
/*W0-W7*/ "ocp-aux-pwren","ocp-main-pwren","ocp-pgood","",
"bmc-ok","bmc-ready","spi0-program-sel","spi0-backup-sel",
/*X0-X7*/ "","","","","","","","",
/*Y0-Y7*/ "","","","vrd-prg-en-n","","","","host0-special-boot",
/*Z0-Z7*/ "","ps0-pgood","ps1-pgood","","","","","";
ocp-aux-pwren-hog {
gpio-hog;
gpios = <ASPEED_GPIO(W, 0) GPIO_ACTIVE_HIGH>;
output-high;
line-name = "ocp-aux-pwren";
};
};
&gpio1 {
gpio-line-names =
/*18A0-18A7*/ "","","","","","","","",
/*18B0-18B7*/ "","","","","s0-soc-pgood","vga-ft-press-n","emmc-rst-n","s01-uart1-sel",
/*18C0-18C7*/ "uart1-mode0","uart1-mode1","uart2-mode0","uart2-mode1",
"","","","",
/*18D0-18D7*/ "","","","","","","","",
/*18E0-18E3*/ "","","","";
};

View File

@ -677,6 +677,12 @@
#size-cells = <0>;
#gpio-cells = <2>;
gpio-line-names =
"ext-vref-sel","","presence-hdd-bp5-n","presence-hdd-bp6-n",
"","bmc-riser-en-n","bmc-ocp1-en-n","bmc-ocp0-en-n",
"","","","",
"","","","";
bmc-ocp0-en-hog {
gpio-hog;
gpios = <7 GPIO_ACTIVE_LOW>;
@ -684,6 +690,16 @@
line-name = "bmc-ocp0-en-n";
};
};
fan-controller0@20 {
compatible = "maxim,max31790";
reg = <0x20>;
};
fan-controller1@2f {
compatible = "maxim,max31790";
reg = <0x2f>;
};
};
&i2c9 {
@ -958,7 +974,7 @@
"fan-fault","psu-fault",
"","",
"","",
"","",
"gpi0","gpi1",
"","",
"","",
"","",

View File

@ -50,14 +50,14 @@
i2c45 = &i2c0mux5ch1;
i2c46 = &i2c0mux5ch2;
i2c47 = &i2c0mux5ch3;
i2c48 = &i2c30mux0ch0;
i2c49 = &i2c30mux0ch1;
i2c50 = &i2c30mux0ch2;
i2c51 = &i2c30mux0ch3;
i2c52 = &i2c30mux0ch4;
i2c53 = &i2c30mux0ch5;
i2c54 = &i2c30mux0ch6;
i2c55 = &i2c30mux0ch7;
i2c48 = &i2c5mux0ch0;
i2c49 = &i2c5mux0ch1;
i2c50 = &i2c5mux0ch2;
i2c51 = &i2c5mux0ch3;
i2c52 = &i2c5mux0ch4;
i2c53 = &i2c5mux0ch5;
i2c54 = &i2c5mux0ch6;
i2c55 = &i2c5mux0ch7;
};
chosen {
@ -153,6 +153,13 @@
status = "okay";
};
&mac2 {
status = "okay";
pinctrl-names = "default";
pinctrl-0 = <&pinctrl_ncsi3_default>;
use-ncsi;
};
&mac3 {
status = "okay";
pinctrl-names = "default";
@ -185,6 +192,7 @@
reg = <0x71>;
#address-cells = <1>;
#size-cells = <0>;
i2c-mux-idle-disconnect;
i2c0mux0ch0: i2c@0 {
#address-cells = <1>;
@ -213,6 +221,7 @@
reg = <0x72>;
#address-cells = <1>;
#size-cells = <0>;
i2c-mux-idle-disconnect;
i2c0mux1ch0: i2c@0 {
#address-cells = <1>;
@ -242,79 +251,6 @@
#address-cells = <1>;
#size-cells = <0>;
reg = <2>;
i2c-mux@70 {
compatible = "nxp,pca9548";
reg = <0x70>;
#address-cells = <1>;
#size-cells = <0>;
i2c30mux0ch0: i2c@0 {
#address-cells = <1>;
#size-cells = <0>;
reg = <0>;
};
i2c30mux0ch1: i2c@1 {
#address-cells = <1>;
#size-cells = <0>;
reg = <1>;
};
i2c30mux0ch2: i2c@2 {
#address-cells = <1>;
#size-cells = <0>;
reg = <2>;
};
i2c30mux0ch3: i2c@3 {
#address-cells = <1>;
#size-cells = <0>;
reg = <3>;
};
i2c30mux0ch4: i2c@4 {
#address-cells = <1>;
#size-cells = <0>;
reg = <4>;
};
i2c30mux0ch5: i2c@5 {
#address-cells = <1>;
#size-cells = <0>;
reg = <5>;
};
i2c30mux0ch6: i2c@6 {
#address-cells = <1>;
#size-cells = <0>;
reg = <6>;
// HDD FRU EEPROM
eeprom@52 {
compatible = "atmel,24c64";
reg = <0x52>;
};
};
i2c30mux0ch7: i2c@7 {
#address-cells = <1>;
#size-cells = <0>;
reg = <7>;
power-sensor@40 {
compatible = "ti,ina230";
reg = <0x40>;
shunt-resistor = <2000>;
};
power-sensor@41 {
compatible = "ti,ina230";
reg = <0x41>;
shunt-resistor = <2000>;
};
power-sensor@44 {
compatible = "ti,ina230";
reg = <0x44>;
shunt-resistor = <2000>;
};
power-sensor@45 {
compatible = "ti,ina230";
reg = <0x45>;
shunt-resistor = <2000>;
};
};
};
};
i2c0mux1ch3: i2c@3 {
#address-cells = <1>;
@ -328,6 +264,7 @@
reg = <0x73>;
#address-cells = <1>;
#size-cells = <0>;
i2c-mux-idle-disconnect;
i2c0mux2ch0: i2c@0 {
#address-cells = <1>;
@ -356,6 +293,7 @@
reg = <0x75>;
#address-cells = <1>;
#size-cells = <0>;
i2c-mux-idle-disconnect;
i2c0mux3ch0: i2c@0 {
#address-cells = <1>;
@ -384,6 +322,7 @@
reg = <0x76>;
#address-cells = <1>;
#size-cells = <0>;
i2c-mux-idle-disconnect;
i2c0mux4ch0: i2c@0 {
#address-cells = <1>;
@ -426,6 +365,7 @@
reg = <0x77>;
#address-cells = <1>;
#size-cells = <0>;
i2c-mux-idle-disconnect;
i2c0mux5ch0: i2c@0 {
#address-cells = <1>;
@ -512,12 +452,12 @@
power-monitor@42 {
compatible = "lltc,ltc4287";
reg = <0x42>;
shunt-resistor-micro-ohms = <200>;
shunt-resistor-micro-ohms = <100>;
};
power-monitor@43 {
compatible = "lltc,ltc4287";
reg = <0x43>;
shunt-resistor-micro-ohms = <200>;
shunt-resistor-micro-ohms = <100>;
};
};
i2c1mux0ch5: i2c@5 {
@ -593,8 +533,6 @@
reg = <0x20>;
gpio-controller;
#gpio-cells = <2>;
interrupt-parent = <&gpio0>;
interrupts = <ASPEED_GPIO(B, 4) IRQ_TYPE_LEVEL_LOW>;
};
// Module 1 IOEXP
@ -603,8 +541,6 @@
reg = <0x21>;
gpio-controller;
#gpio-cells = <2>;
interrupt-parent = <&gpio0>;
interrupts = <ASPEED_GPIO(B, 4) IRQ_TYPE_LEVEL_LOW>;
};
// HMC IOEXP
@ -613,8 +549,6 @@
reg = <0x27>;
gpio-controller;
#gpio-cells = <2>;
interrupt-parent = <&gpio0>;
interrupts = <ASPEED_GPIO(B, 4) IRQ_TYPE_LEVEL_LOW>;
};
// Module 0 EEPROM
@ -640,6 +574,81 @@
&i2c5 {
status = "okay";
i2c-mux@70 {
compatible = "nxp,pca9548";
reg = <0x70>;
#address-cells = <1>;
#size-cells = <0>;
i2c-mux-idle-disconnect;
i2c5mux0ch0: i2c@0 {
#address-cells = <1>;
#size-cells = <0>;
reg = <0>;
};
i2c5mux0ch1: i2c@1 {
#address-cells = <1>;
#size-cells = <0>;
reg = <1>;
};
i2c5mux0ch2: i2c@2 {
#address-cells = <1>;
#size-cells = <0>;
reg = <2>;
};
i2c5mux0ch3: i2c@3 {
#address-cells = <1>;
#size-cells = <0>;
reg = <3>;
};
i2c5mux0ch4: i2c@4 {
#address-cells = <1>;
#size-cells = <0>;
reg = <4>;
};
i2c5mux0ch5: i2c@5 {
#address-cells = <1>;
#size-cells = <0>;
reg = <5>;
};
i2c5mux0ch6: i2c@6 {
#address-cells = <1>;
#size-cells = <0>;
reg = <6>;
// HDD FRU EEPROM
eeprom@52 {
compatible = "atmel,24c64";
reg = <0x52>;
};
};
i2c5mux0ch7: i2c@7 {
#address-cells = <1>;
#size-cells = <0>;
reg = <7>;
power-sensor@40 {
compatible = "ti,ina230";
reg = <0x40>;
shunt-resistor = <2000>;
};
power-sensor@41 {
compatible = "ti,ina230";
reg = <0x41>;
shunt-resistor = <2000>;
};
power-sensor@44 {
compatible = "ti,ina230";
reg = <0x44>;
shunt-resistor = <2000>;
};
power-sensor@45 {
compatible = "ti,ina230";
reg = <0x45>;
shunt-resistor = <2000>;
};
};
};
};
&i2c6 {
@ -834,9 +843,9 @@
};
// OCP NIC1 FRU EEPROM
eeprom@50 {
eeprom@52 {
compatible = "atmel,24c64";
reg = <0x50>;
reg = <0x52>;
};
};

View File

@ -135,10 +135,6 @@
use-ncsi;
};
&rtc {
status = "okay";
};
&fmc {
status = "okay";
@ -397,12 +393,6 @@
reg = <0x31>;
gpio-controller;
#gpio-cells = <2>;
gpio-line-names =
"","","","",
"","","presence-cmm","",
"","","","",
"","","","";
};
// PTTV FRU
@ -426,12 +416,6 @@
reg = <0x31>;
gpio-controller;
#gpio-cells = <2>;
gpio-line-names =
"","","","",
"","","presence-cmm","",
"","","","",
"","","","";
};
// Aegis FRU
@ -506,6 +490,11 @@
#address-cells = <1>;
#size-cells = <0>;
reg = <3>;
rtc@51 {
compatible = "nxp,pcf8563";
reg = <0x51>;
};
};
};
};
@ -565,7 +554,7 @@
/*B0-B7*/ "","","","",
"bmc-spi-mux-select-0","led-identify","","",
/*C0-C7*/ "reset-cause-platrst","","","","",
"cpu0-err-alert","","",
"power-hsc-good","power-chassis-good","",
/*D0-D7*/ "","","sol-uart-select","","","","","",
/*E0-E7*/ "","","","","","","","",
/*F0-F7*/ "","","","","","","","",
@ -584,14 +573,16 @@
/*O0-O7*/ "","","","","","","","",
/*P0-P7*/ "power-button","power-host-control",
"reset-button","","led-power","","","",
/*Q0-Q7*/ "","","","","","power-chassis-control","","",
/*Q0-Q7*/
"","","","",
"","power-chassis-control","","uart-switch-button",
/*R0-R7*/ "","","","","","","","",
/*S0-S7*/ "","","","","","","","",
/*T0-T7*/ "","","","","","","","",
/*U0-U7*/ "","","","","","","led-identify-gate","",
/*V0-V7*/ "","","","",
"rtc-battery-voltage-read-enable","",
"power-chassis-good","",
"","",
/*W0-W7*/ "","","","","","","","",
/*X0-X7*/ "","","","","","","","",
/*Y0-Y7*/ "","","","","","","","",
@ -672,7 +663,7 @@
"presence-asic-modules-0","rt-cpu0-p1-force-enable",
"presence-asic-modules-1","bios-debug-msg-disable",
"","uart-control-buffer-select",
"","ac-control-n",
"presence-cmm","ac-control-n",
/*G0-G3 line 96-103*/
"FM_CPU_CORETYPE2","",
"FM_CPU_CORETYPE1","",
@ -684,7 +675,7 @@
"FM_BOARD_REV_ID2","",
"FM_BOARD_REV_ID1","",
/*H0-H3 line 112-119*/
"FM_BOARD_REV_ID0","",
"FM_BOARD_REV_ID0","reset-control-cmos-clear",
"","","","","","",
/*H4-H7 line 120-127*/
"","",
@ -699,7 +690,7 @@
/*I4-I7 line 136-143*/
"","","","","","","","",
/*J0-J3 line 144-151*/
"","","","","","","","",
"","","power-card-enable","","","","","",
/*J4-J7 line 152-159*/
"SLOT_ID_BCB_0","",
"SLOT_ID_BCB_1","",
@ -715,9 +706,15 @@
"cpu0-thermtrip-alert","",
"reset-cause-pcie","",
/*L4-L7 line 184-191*/
"pvdd11-ocp-alert","","","","","","","",
"pvdd11-ocp-alert","",
"power-fault-n","",
"asic0-card-type-detection0-n","",
"asic0-card-type-detection1-n","",
/*M0-M3 line 192-199*/
"","","","","","","","",
"asic0-card-type-detection2-n","",
"uart-switch-lsb","",
"uart-switch-msb","",
"","",
/*M4-M7 line 200-207*/
"","","","","","","","",
/*N0-N3 line 208-215*/

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -207,7 +207,8 @@
/*F0-F7*/ "","","rtc-battery-voltage-read-enable","reset-cause-pinhole","","",
"factory-reset-toggle","",
/*G0-G7*/ "","","","","","","","",
/*H0-H7*/ "","bmc-ingraham0","rear-enc-id0","rear-enc-fault0","","","","",
/*H0-H7*/ "","led-bmc-ingraham0","led-rear-enc-id0","led-rear-enc-fault0","","","",
"",
/*I0-I7*/ "","","","","","","bmc-secure-boot","",
/*J0-J7*/ "","","","","","","","",
/*K0-K7*/ "","","","","","","","",
@ -215,7 +216,7 @@
/*M0-M7*/ "","","","","","","","",
/*N0-N7*/ "","","","","","","","",
/*O0-O7*/ "","","","usb-power","","","","",
/*P0-P7*/ "","","","","pcieslot-power","","","",
/*P0-P7*/ "","","","","led-pcieslot-power","","","",
/*Q0-Q7*/ "cfam-reset","","regulator-standby-faulted","","","","","",
/*R0-R7*/ "bmc-tpm-reset","power-chassis-control","power-chassis-good","","","","",
"",
@ -739,7 +740,7 @@
type = <PCA955X_TYPE_LED>;
};
led@10 {
led@a {
reg = <10>;
default-state = "keep";
label = "ddimm10";
@ -747,7 +748,7 @@
type = <PCA955X_TYPE_LED>;
};
led@11 {
led@b {
reg = <11>;
default-state = "keep";
label = "ddimm11";
@ -755,7 +756,7 @@
type = <PCA955X_TYPE_LED>;
};
led@12 {
led@c {
reg = <12>;
default-state = "keep";
label = "ddimm12";
@ -763,7 +764,7 @@
type = <PCA955X_TYPE_LED>;
};
led@13 {
led@d {
reg = <13>;
default-state = "keep";
label = "ddimm13";
@ -771,7 +772,7 @@
type = <PCA955X_TYPE_LED>;
};
led@14 {
led@e {
reg = <14>;
default-state = "keep";
label = "ddimm14";
@ -779,7 +780,7 @@
type = <PCA955X_TYPE_LED>;
};
led@15 {
led@f {
reg = <15>;
default-state = "keep";
label = "ddimm15";
@ -876,7 +877,7 @@
type = <PCA955X_TYPE_LED>;
};
led@10 {
led@a {
reg = <10>;
default-state = "keep";
label = "ddimm26";
@ -884,7 +885,7 @@
type = <PCA955X_TYPE_LED>;
};
led@11 {
led@b {
reg = <11>;
default-state = "keep";
label = "ddimm27";
@ -892,7 +893,7 @@
type = <PCA955X_TYPE_LED>;
};
led@12 {
led@c {
reg = <12>;
default-state = "keep";
label = "ddimm28";
@ -900,7 +901,7 @@
type = <PCA955X_TYPE_LED>;
};
led@13 {
led@d {
reg = <13>;
default-state = "keep";
label = "ddimm29";
@ -908,7 +909,7 @@
type = <PCA955X_TYPE_LED>;
};
led@14 {
led@e {
reg = <14>;
default-state = "keep";
label = "ddimm30";
@ -916,7 +917,7 @@
type = <PCA955X_TYPE_LED>;
};
led@15 {
led@f {
reg = <15>;
default-state = "keep";
label = "ddimm31";
@ -1005,7 +1006,7 @@
type = <PCA955X_TYPE_LED>;
};
led@10 {
led@a {
reg = <10>;
default-state = "keep";
label = "pcieslot7";
@ -1013,7 +1014,7 @@
type = <PCA955X_TYPE_LED>;
};
led@11 {
led@b {
reg = <11>;
default-state = "keep";
label = "pcieslot8";
@ -1021,7 +1022,7 @@
type = <PCA955X_TYPE_LED>;
};
led@12 {
led@c {
reg = <12>;
default-state = "keep";
label = "pcieslot9";
@ -1029,7 +1030,7 @@
type = <PCA955X_TYPE_LED>;
};
led@13 {
led@d {
reg = <13>;
default-state = "keep";
label = "pcieslot10";
@ -1037,7 +1038,7 @@
type = <PCA955X_TYPE_LED>;
};
led@14 {
led@e {
reg = <14>;
default-state = "keep";
label = "pcieslot11";
@ -1045,7 +1046,7 @@
type = <PCA955X_TYPE_LED>;
};
led@15 {
led@f {
reg = <15>;
default-state = "keep";
label = "tpm-wilson";
@ -1231,8 +1232,9 @@
#gpio-cells = <2>;
gpio-line-names =
"", "", "", "", "", "", "", "",
"", "", "", "", "", "", "power-config-full-load", "";
"", "", "", "", "", "", "P10_DCM0_PRES", "P10_DCM1_PRES",
"", "", "", "", "PRESENT_VRM_DCM0_N", "PRESENT_VRM_DCM1_N",
"power-config-full-load", "";
};
led-controller@61 {

View File

@ -353,6 +353,33 @@
"presence-base-op",
"";
};
led-controller@63 {
compatible = "nxp,pca9552";
reg = <0x63>;
#address-cells = <1>;
#size-cells = <0>;
gpio-controller;
#gpio-cells = <2>;
gpio-line-names =
"presence-vrm-c12",
"presence-vrm-c13",
"presence-vrm-c15",
"presence-vrm-c16",
"presence-vrm-c17",
"presence-vrm-c18",
"presence-vrm-c20",
"presence-vrm-c21",
"presence-vrm-c54",
"presence-vrm-c55",
"presence-vrm-c57",
"presence-vrm-c58",
"presence-vrm-c59",
"presence-vrm-c60",
"presence-vrm-c62",
"presence-vrm-c63";
};
};
&i2c1 {

View File

@ -355,6 +355,33 @@
"presence-base-op",
"";
};
led-controller@63 {
compatible = "nxp,pca9552";
reg = <0x63>;
#address-cells = <1>;
#size-cells = <0>;
gpio-controller;
#gpio-cells = <2>;
gpio-line-names =
"presence-vrm-c12",
"presence-vrm-c13",
"presence-vrm-c15",
"presence-vrm-c16",
"presence-vrm-c17",
"presence-vrm-c18",
"presence-vrm-c20",
"presence-vrm-c21",
"presence-vrm-c54",
"presence-vrm-c55",
"presence-vrm-c57",
"presence-vrm-c58",
"presence-vrm-c59",
"presence-vrm-c60",
"presence-vrm-c62",
"presence-vrm-c63";
};
};
&i2c1 {
@ -949,7 +976,7 @@
type = <PCA955X_TYPE_LED>;
};
led@10 {
led@a {
reg = <10>;
default-state = "keep";
label = "pcieslot-c10";
@ -957,7 +984,7 @@
type = <PCA955X_TYPE_LED>;
};
led@11 {
led@b {
reg = <11>;
default-state = "keep";
label = "pcieslot-c11";
@ -1058,7 +1085,7 @@
type = <PCA955X_TYPE_LED>;
};
led@10 {
led@a {
reg = <10>;
default-state = "keep";
label = "ddimm10";
@ -1066,7 +1093,7 @@
type = <PCA955X_TYPE_LED>;
};
led@11 {
led@b {
reg = <11>;
default-state = "keep";
label = "ddimm11";
@ -1074,7 +1101,7 @@
type = <PCA955X_TYPE_LED>;
};
led@12 {
led@c {
reg = <12>;
default-state = "keep";
label = "ddimm12";
@ -1082,7 +1109,7 @@
type = <PCA955X_TYPE_LED>;
};
led@13 {
led@d {
reg = <13>;
default-state = "keep";
label = "ddimm13";
@ -1090,7 +1117,7 @@
type = <PCA955X_TYPE_LED>;
};
led@14 {
led@e {
reg = <14>;
default-state = "keep";
label = "ddimm14";
@ -1098,7 +1125,7 @@
type = <PCA955X_TYPE_LED>;
};
led@15 {
led@f {
reg = <15>;
default-state = "keep";
label = "ddimm15";
@ -1195,7 +1222,7 @@
type = <PCA955X_TYPE_LED>;
};
led@10 {
led@a {
reg = <10>;
default-state = "keep";
label = "ddimm26";
@ -1203,7 +1230,7 @@
type = <PCA955X_TYPE_LED>;
};
led@11 {
led@b {
reg = <11>;
default-state = "keep";
label = "ddimm27";
@ -1211,7 +1238,7 @@
type = <PCA955X_TYPE_LED>;
};
led@12 {
led@c {
reg = <12>;
default-state = "keep";
label = "ddimm28";
@ -1219,7 +1246,7 @@
type = <PCA955X_TYPE_LED>;
};
led@13 {
led@d {
reg = <13>;
default-state = "keep";
label = "ddimm29";
@ -1227,7 +1254,7 @@
type = <PCA955X_TYPE_LED>;
};
led@14 {
led@e {
reg = <14>;
default-state = "keep";
label = "ddimm30";
@ -1235,7 +1262,7 @@
type = <PCA955X_TYPE_LED>;
};
led@15 {
led@f {
reg = <15>;
default-state = "keep";
label = "ddimm31";
@ -1332,7 +1359,7 @@
type = <PCA955X_TYPE_LED>;
};
led@10 {
led@a {
reg = <10>;
default-state = "keep";
label = "ddimm42";
@ -1340,7 +1367,7 @@
type = <PCA955X_TYPE_LED>;
};
led@11 {
led@b {
reg = <11>;
default-state = "keep";
label = "ddimm43";
@ -1348,7 +1375,7 @@
type = <PCA955X_TYPE_LED>;
};
led@12 {
led@c {
reg = <12>;
default-state = "keep";
label = "ddimm44";
@ -1356,7 +1383,7 @@
type = <PCA955X_TYPE_LED>;
};
led@13 {
led@d {
reg = <13>;
default-state = "keep";
label = "ddimm45";
@ -1364,7 +1391,7 @@
type = <PCA955X_TYPE_LED>;
};
led@14 {
led@e {
reg = <14>;
default-state = "keep";
label = "ddimm46";
@ -1372,7 +1399,7 @@
type = <PCA955X_TYPE_LED>;
};
led@15 {
led@f {
reg = <15>;
default-state = "keep";
label = "ddimm47";
@ -1469,7 +1496,7 @@
type = <PCA955X_TYPE_LED>;
};
led@10 {
led@a {
reg = <10>;
default-state = "keep";
label = "ddimm58";
@ -1477,7 +1504,7 @@
type = <PCA955X_TYPE_LED>;
};
led@11 {
led@b {
reg = <11>;
default-state = "keep";
label = "ddimm59";
@ -1485,7 +1512,7 @@
type = <PCA955X_TYPE_LED>;
};
led@12 {
led@c {
reg = <12>;
default-state = "keep";
label = "ddimm60";
@ -1493,7 +1520,7 @@
type = <PCA955X_TYPE_LED>;
};
led@13 {
led@d {
reg = <13>;
default-state = "keep";
label = "ddimm61";
@ -1501,7 +1528,7 @@
type = <PCA955X_TYPE_LED>;
};
led@14 {
led@e {
reg = <14>;
default-state = "keep";
label = "ddimm62";
@ -1509,7 +1536,7 @@
type = <PCA955X_TYPE_LED>;
};
led@15 {
led@f {
reg = <15>;
default-state = "keep";
label = "ddimm63";
@ -1598,7 +1625,7 @@
type = <PCA955X_TYPE_LED>;
};
led@10 {
led@a {
reg = <10>;
default-state = "keep";
label = "vrm6";
@ -1606,7 +1633,7 @@
type = <PCA955X_TYPE_LED>;
};
led@11 {
led@b {
reg = <11>;
default-state = "keep";
label = "vrm7";
@ -1614,7 +1641,7 @@
type = <PCA955X_TYPE_LED>;
};
led@12 {
led@c {
reg = <12>;
default-state = "keep";
label = "vrm12";
@ -1622,7 +1649,7 @@
type = <PCA955X_TYPE_LED>;
};
led@13 {
led@d {
reg = <13>;
default-state = "keep";
label = "vrm13";
@ -1630,7 +1657,7 @@
type = <PCA955X_TYPE_LED>;
};
led@14 {
led@e {
reg = <14>;
default-state = "keep";
label = "vrm14";
@ -1638,7 +1665,7 @@
type = <PCA955X_TYPE_LED>;
};
led@15 {
led@f {
reg = <15>;
default-state = "keep";
label = "vrm15";
@ -1727,7 +1754,7 @@
type = <PCA955X_TYPE_LED>;
};
led@10 {
led@a {
reg = <10>;
default-state = "keep";
label = "vrm2";
@ -1735,7 +1762,7 @@
type = <PCA955X_TYPE_LED>;
};
led@11 {
led@b {
reg = <11>;
default-state = "keep";
label = "vrm3";
@ -1743,7 +1770,7 @@
type = <PCA955X_TYPE_LED>;
};
led@12 {
led@c {
reg = <12>;
default-state = "keep";
label = "vrm8";
@ -1751,7 +1778,7 @@
type = <PCA955X_TYPE_LED>;
};
led@13 {
led@d {
reg = <13>;
default-state = "keep";
label = "vrm9";
@ -1759,7 +1786,7 @@
type = <PCA955X_TYPE_LED>;
};
led@14 {
led@e {
reg = <14>;
default-state = "keep";
label = "vrm10";
@ -1767,7 +1794,7 @@
type = <PCA955X_TYPE_LED>;
};
led@15 {
led@f {
reg = <15>;
default-state = "keep";
label = "vrm11";
@ -2118,7 +2145,7 @@
type = <PCA955X_TYPE_LED>;
};
led@10 {
led@a {
reg = <10>;
default-state = "keep";
label = "fan0";
@ -2126,7 +2153,7 @@
type = <PCA955X_TYPE_LED>;
};
led@11 {
led@b {
reg = <11>;
default-state = "keep";
label = "fan1";
@ -2134,7 +2161,7 @@
type = <PCA955X_TYPE_LED>;
};
led@12 {
led@c {
reg = <12>;
default-state = "keep";
label = "fan2";
@ -2142,7 +2169,7 @@
type = <PCA955X_TYPE_LED>;
};
led@13 {
led@d {
reg = <13>;
default-state = "keep";
label = "fan3";

View File

@ -109,22 +109,22 @@
compatible = "gpio-leds";
/* BMC Card fault LED at the back */
bmc-ingraham0 {
led-bmc-ingraham0 {
gpios = <&gpio0 ASPEED_GPIO(H, 1) GPIO_ACTIVE_LOW>;
};
/* Enclosure ID LED at the back */
rear-enc-id0 {
led-rear-enc-id0 {
gpios = <&gpio0 ASPEED_GPIO(H, 2) GPIO_ACTIVE_LOW>;
};
/* Enclosure fault LED at the back */
rear-enc-fault0 {
led-rear-enc-fault0 {
gpios = <&gpio0 ASPEED_GPIO(H, 3) GPIO_ACTIVE_LOW>;
};
/* PCIE slot power LED */
pcieslot-power {
led-pcieslot-power {
gpios = <&gpio0 ASPEED_GPIO(P, 4) GPIO_ACTIVE_LOW>;
};
};
@ -203,7 +203,7 @@
/*E0-E7*/ "","","","","","","","",
/*F0-F7*/ "","","rtc-battery-voltage-read-enable","reset-cause-pinhole","","","factory-reset-toggle","",
/*G0-G7*/ "","","","","","","","",
/*H0-H7*/ "","bmc-ingraham0","rear-enc-id0","rear-enc-fault0","","","","",
/*H0-H7*/ "","led-bmc-ingraham0","led-rear-enc-id0","led-rear-enc-fault0","","","","",
/*I0-I7*/ "","","","","","","bmc-secure-boot","",
/*J0-J7*/ "","","","","","","","",
/*K0-K7*/ "","","","","","","","",
@ -211,7 +211,7 @@
/*M0-M7*/ "","","","","","","","",
/*N0-N7*/ "","","","","","","","",
/*O0-O7*/ "","","","usb-power","","","","",
/*P0-P7*/ "","","","","pcieslot-power","","","",
/*P0-P7*/ "","","","","led-pcieslot-power","","","",
/*Q0-Q7*/ "cfam-reset","","regulator-standby-faulted","","","","","",
/*R0-R7*/ "bmc-tpm-reset","power-chassis-control","power-chassis-good","","","","","",
/*S0-S7*/ "presence-ps0","presence-ps1","presence-ps2","presence-ps3",
@ -1280,8 +1280,9 @@
#gpio-cells = <2>;
gpio-line-names =
"", "", "", "", "", "", "", "",
"", "", "", "", "", "", "power-config-full-load", "";
"", "", "", "", "", "", "P10_DCM0_PRES", "P10_DCM1_PRES",
"", "", "", "", "PRESENT_VRM_DCM0_N", "PRESENT_VRM_DCM1_N",
"power-config-full-load", "";
};
pca_pres2: pca9552@61 {

File diff suppressed because it is too large Load Diff

View File

@ -370,17 +370,17 @@
/*K0-K7*/ "","","","","","","","",
/*L0-L7*/ "","","","","","","","bmc-ready",
/*M0-M7*/ "","","","","","","","",
/*N0-N7*/ "","","","","","","","",
/*N0-N7*/ "fpga-debug-enable","","","","","","","",
/*O0-O7*/ "","","","","","","","",
/*P0-P7*/ "","","","","","","","bmc-hb",
/*Q0-Q7*/ "","","","","","","","",
/*Q0-Q7*/ "","","","","","","pch-ready","",
/*R0-R7*/ "","","","","","","","",
/*S0-S7*/ "","","","","","","rear-enc-fault0","rear-enc-id0",
/*T0-T7*/ "","","","","","","","",
/*U0-U7*/ "","","","","","","","",
/*V0-V7*/ "","rtc-battery-voltage-read-enable","","power-chassis-control","","","","",
/*W0-W7*/ "","","","","","","","",
/*X0-X7*/ "","power-chassis-good","","","","","","",
/*X0-X7*/ "fpga-pgood","power-chassis-good","pch-pgood","","","","","",
/*Y0-Y7*/ "","","","","","","","",
/*Z0-Z7*/ "","","","","","","","";
};
@ -398,6 +398,12 @@
clk-phase-mmc-hs200 = <180>, <180>;
};
&sgpiom0 {
status = "okay";
ngpios = <128>;
bus-frequency = <1000000>;
};
&ibt {
status = "okay";
};
@ -464,6 +470,15 @@
aspeed,lpc-interrupts = <11 IRQ_TYPE_LEVEL_LOW>;
};
&peci0 {
status = "okay";
};
&lpc_snoop {
status = "okay";
snoop-ports = <0x80>, <0x81>;
};
&i2c0 {
status = "okay";
@ -666,22 +681,22 @@
status = "okay";
power-supply@58 {
compatible = "ibm,cffps";
compatible = "intel,crps185";
reg = <0x58>;
};
power-supply@59 {
compatible = "ibm,cffps";
compatible = "intel,crps185";
reg = <0x59>;
};
power-supply@5a {
compatible = "ibm,cffps";
compatible = "intel,crps185";
reg = <0x5a>;
};
power-supply@5b {
compatible = "ibm,cffps";
compatible = "intel,crps185";
reg = <0x5b>;
};
};
@ -1007,6 +1022,7 @@
&i2c8 {
status = "okay";
bus-frequency = <400000>;
i2c-mux@71 {
compatible = "nxp,pca9548";
@ -1468,6 +1484,7 @@
&i2c15 {
status = "okay";
bus-frequency = <400000>;
i2c-mux@71 {
compatible = "nxp,pca9548";

View File

@ -381,7 +381,7 @@
#size-cells = <0>;
reg = <5>;
U190_fru@51 {
eeprom@51 {
compatible = "atmel,24c128";
reg = <0x51>;
pagesize = <32>;
@ -460,7 +460,7 @@
status = "okay";
/* MB FRU (U173) @ 0xA2 */
mb_fru: mb_fru@51 {
mb_fru: eeprom@51 {
compatible = "atmel,24c128";
reg = <0x51>;
pagesize = <32>;
@ -472,7 +472,7 @@
reg = <0x4a>;
};
FP_U4_fru@52 {
eeprom@52 {
compatible = "atmel,24c02";
reg = <0x52>;
pagesize = <16>;
@ -593,7 +593,7 @@
status = "okay";
/* SCM FRU (U19) @ 0xA2 */
scm_fru: scm_fru@51 {
scm_fru: eeprom@51 {
compatible = "atmel,24c128";
reg = <0x51>;
pagesize = <32>;

View File

@ -154,7 +154,7 @@
#address-cells = <1>;
#size-cells = <0>;
reg = <7>;
at24@50 {
eeprom@50 {
compatible = "atmel,24c64";
reg = <0x50>;
pagesize = <32>;
@ -196,7 +196,7 @@
#address-cells = <1>;
#size-cells = <0>;
reg = <7>;
at24@50 {
eeprom@50 {
compatible = "atmel,24c64";
reg = <0x50>;
pagesize = <32>;
@ -205,7 +205,7 @@
};
};
};
at24@50 {
eeprom@50 {
compatible = "atmel,24c64";
reg = <0x50>;
pagesize = <32>;

View File

@ -291,7 +291,7 @@
/* SMB_BMC_MGMT_LVC3 */
status = "okay";
at24@50 {
eeprom@50 {
compatible = "atmel,24c64";
reg = <0x50>;
pagesize = <32>;