Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions arch/arm64/boot/dts/aspeed/aspeed-bmc-amd-eagle.dts
Original file line number Diff line number Diff line change
Expand Up @@ -890,6 +890,16 @@
};
};

/ {
/* Alert_L associated with socket 0 */
alertl_sock0 {
compatible = "apml-alertl";
status = "okay";
socket-num = /bits/ 8 <0>;
gpios = <&ltpi0_gpio 20 GPIO_ACTIVE_LOW>;
};
};

#define JESD300_SPD_I3C_MODE(bus, index, addr) \
spd_ ## bus ## _ ## index: spd@addr,4cc5118 ## index ## 000 { \
reg = <0x ## addr 0x4cc 0x5118 ## index ## 000>; \
Expand Down
10 changes: 10 additions & 0 deletions arch/arm64/boot/dts/aspeed/aspeed-bmc-amd-falcon.dts
Original file line number Diff line number Diff line change
Expand Up @@ -449,6 +449,16 @@
};
};

/ {
/* Alert_L associated with socket 0 */
alertl_sock0 {
compatible = "apml-alertl";
status = "okay";
socket-num = /bits/ 8 <0>;
gpios = <&ltpi0_gpio 20 GPIO_ACTIVE_LOW>;
};
};

#define JESD300_SPD_I3C_MODE(bus, index, addr) \
spd_ ## bus ## _ ## index: spd@addr,4cc5118 ## index ## 000 { \
reg = <0x ## addr 0x4cc 0x5118 ## index ## 000>; \
Expand Down
18 changes: 18 additions & 0 deletions arch/arm64/boot/dts/aspeed/aspeed-bmc-amd-hornbill-mps.dts
Original file line number Diff line number Diff line change
Expand Up @@ -871,6 +871,24 @@
};
};

/ {
/* Alert_L associated with socket 0 */
alertl_sock0 {
compatible = "apml-alertl";
status = "okay";
socket-num = /bits/ 8 <0>;
gpios = <&ltpi0_gpio 20 GPIO_ACTIVE_LOW>;
};

/* Alert_L associated with socket 1 */
alertl_sock1 {
compatible = "apml-alertl";
status = "okay";
socket-num = /bits/ 8 <1>;
gpios = <&ltpi0_gpio 104 GPIO_ACTIVE_LOW>;
};
};

#define JESD300_SPD_I3C_MODE(bus, index, addr) \
spd_ ## bus ## _ ## index: spd@addr,4cc5118 ## index ## 000 { \
reg = <0x ## addr 0x4cc 0x5118 ## index ## 000>; \
Expand Down
18 changes: 18 additions & 0 deletions arch/arm64/boot/dts/aspeed/aspeed-bmc-amd-hornbill.dts
Original file line number Diff line number Diff line change
Expand Up @@ -895,6 +895,24 @@
};
};

/ {
/* Alert_L associated with socket 0 */
alertl_sock0 {
compatible = "apml-alertl";
status = "okay";
socket-num = /bits/ 8 <0>;
gpios = <&ltpi0_gpio 20 GPIO_ACTIVE_LOW>;
};

/* Alert_L associated with socket 1 */
alertl_sock1 {
compatible = "apml-alertl";
status = "okay";
socket-num = /bits/ 8 <1>;
gpios = <&ltpi0_gpio 104 GPIO_ACTIVE_LOW>;
};
};

#define JESD300_SPD_I3C_MODE(bus, index, addr) \
spd_ ## bus ## _ ## index: spd@addr,4cc5118 ## index ## 000 { \
reg = <0x ## addr 0x4cc 0x5118 ## index ## 000>; \
Expand Down
18 changes: 18 additions & 0 deletions arch/arm64/boot/dts/aspeed/aspeed-bmc-amd-seagull.dts
Original file line number Diff line number Diff line change
Expand Up @@ -621,6 +621,24 @@
};
};

/ {
/* Alert_L associated with socket 0 */
alertl_sock0 {
compatible = "apml-alertl";
status = "okay";
socket-num = /bits/ 8 <0>;
gpios = <&ltpi0_gpio 20 GPIO_ACTIVE_LOW>;
};

/* Alert_L associated with socket 1 */
alertl_sock1 {
compatible = "apml-alertl";
status = "okay";
socket-num = /bits/ 8 <1>;
gpios = <&ltpi0_gpio 104 GPIO_ACTIVE_LOW>;
};
};

#define JESD300_SPD_I3C_MODE(bus, index, addr) \
spd_ ## bus ## _ ## index: spd@addr,4cc5118 ## index ## 000 { \
reg = <0x ## addr 0x4cc 0x5118 ## index ## 000>; \
Expand Down