Searched +full:npcm750 +full:- +full:peci (Results 1 – 4 of 4) sorted by relevance
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)3 ---4 $id: http://devicetree.org/schemas/peci/nuvoton,npcm-peci.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#7 title: Nuvoton PECI Bus10 - Tomer Maimon <tmaimon77@gmail.com>13 - $ref: peci-controller.yaml#18 - nuvoton,npcm750-peci19 - nuvoton,npcm845-peci29 Clock source for PECI controller. Should reference the APB clock.[all …]
1 // SPDX-License-Identifier: GPL-2.04 #include <dt-bindings/clock/nuvoton,npcm845-clk.h>5 #include <dt-bindings/interrupt-controller/arm-gic.h>6 #include <dt-bindings/interrupt-controller/irq.h>9 #address-cells = <2>;10 #size-cells = <2>;11 interrupt-parent = <&gic>;14 #address-cells = <2>;15 #size-cells = <2>;16 compatible = "simple-bus";[all …]
1 // SPDX-License-Identifier: GPL-2.05 #include <dt-bindings/interrupt-controller/arm-gic.h>6 #include <dt-bindings/clock/nuvoton,npcm7xx-clock.h>7 #include <dt-bindings/reset/nuvoton,npcm7xx-reset.h>10 #address-cells = <1>;11 #size-cells = <1>;12 interrupt-parent = <&gic>;16 compatible = "fixed-clock";17 #clock-cells = <0>;18 clock-frequency = <25000000>;[all …]
1 // SPDX-License-Identifier: GPL-2.010 #include <linux/peci.h>19 /* NPCM PECI Registers */31 /* NPCM_PECI_CTL_STS - 0x00 : Control Register */38 /* NPCM_PECI_RD_LENGTH - 0x04 : Command Register */41 /* NPCM_PECI_CMD - 0x10 : Command Register */44 /* NPCM_PECI_WR_LENGTH - 0x1C : Command Register */47 /* NPCM_PECI_PDDR - 0x2C : Command Register */75 struct npcm_peci *priv = dev_get_drvdata(controller->dev.parent); in npcm_peci_xfer()76 unsigned long timeout = msecs_to_jiffies(priv->cmd_timeout_ms); in npcm_peci_xfer()[all …]