Searched +full:ast2600 +full:- +full:kcs +full:- +full:bmc (Results 1 – 3 of 3) sorted by relevance
/linux/Documentation/devicetree/bindings/ipmi/ |
H A D | aspeed,ast2400-kcs-bmc.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/ipmi/aspeed,ast2400-kcs-bmc.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: ASPEED BMC KCS Devices 10 - Andrew Jeffery <andrew@aj.id.au> 13 The Aspeed BMC SoCs typically use the Keyboard-Controller-Style (KCS) 14 interfaces on the LPC bus for in-band IPMI communication with their host. 19 - description: Channel ID derived from reg 22 - aspeed,ast2400-kcs-bmc-v2 [all …]
|
/linux/arch/arm/boot/dts/aspeed/ |
H A D | aspeed-g6.dtsi | 1 // SPDX-License-Identifier: GPL-2.0-or-later 4 #include <dt-bindings/interrupt-controller/arm-gic.h> 5 #include <dt-bindings/interrupt-controller/aspeed-scu-ic.h> 6 #include <dt-bindings/clock/ast2600-clock.h> 9 model = "Aspeed BMC"; 10 compatible = "aspeed,ast2600"; 11 #address-cells = <1>; 12 #size-cells = <1>; 13 interrupt-parent = <&gic>; 47 #address-cells = <1>; [all …]
|
/linux/drivers/char/ipmi/ |
H A D | kcs_bmc_aspeed.c | 1 // SPDX-License-Identifier: GPL-2.0 3 * Copyright (c) 2015-2018, Intel Corporation. 6 #define pr_fmt(fmt) "aspeed-kcs-bmc: " fmt 27 #define DEVICE_NAME "ast-kcs-bmc" 37 * IDyIRQX Use the specified 4-bit SerIRQ for LPC channel y 59 /* IRQ{12,1}E1 are deprecated as of AST2600 A3 but necessary for prior chips */ 141 rc = regmap_read(priv->map, reg, &val); in aspeed_kcs_inb() 152 rc = regmap_write(priv->map, reg, data); in aspeed_kcs_outb() 167 if (priv->upstream_irq.mode != aspeed_kcs_irq_serirq) in aspeed_kcs_outb() 170 switch (kcs_bmc->channel) { in aspeed_kcs_outb() [all …]
|