Searched +full:npcm750 +full:- +full:memory +full:- +full:controller (Results 1 – 8 of 8) sorted by relevance
| /linux/Documentation/devicetree/bindings/memory-controllers/ |
| H A D | nuvoton,npcm-memory-controller.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/memory-controllers/nuvoton,npcm-memory-controller.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: Nuvoton NPCM Memory Controller 10 - Marvin Lin <kflin@nuvoton.com> 11 - Stanley Chu <yschu@nuvoton.com> 14 The Nuvoton BMC SoC supports DDR4 memory with or without ECC (error correction 17 The memory controller supports single bit error correction, double bit error 18 detection (in-line ECC in which a section (1/8th) of the memory device used to [all …]
|
| /linux/Documentation/devicetree/bindings/spi/ |
| H A D | nuvoton,npcm-fiu.txt | 1 * Nuvoton FLASH Interface Unit (FIU) SPI Controller 14 - compatible : "nuvoton,npcm750-fiu" for Poleg NPCM7XX BMC 15 "nuvoton,npcm845-fiu" for Arbel NPCM8XX BMC 16 - #address-cells : should be 1. 17 - #size-cells : should be 0. 18 - reg : the first contains the register location and length, 19 the second contains the memory mapping address and length 20 - reg-names: Should contain the reg names "control" and "memory" 21 - clocks : phandle of FIU reference clock. 24 - pinctrl-names : a pinctrl state named "default" must be defined. [all …]
|
| /linux/Documentation/devicetree/bindings/media/ |
| H A D | nuvoton,npcm-vcd.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/media/nuvoton,npcm-vcd.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Joseph Liu <kwliu@nuvoton.com> 11 - Marvin Lin <kflin@nuvoton.com> 19 - nuvoton,npcm750-vcd 20 - nuvoton,npcm845-vcd 43 memory-region: 49 - compatible [all …]
|
| /linux/arch/arm/boot/dts/nuvoton/ |
| H A D | nuvoton-npcm750-runbmc-olympus.dts | 1 // SPDX-License-Identifier: GPL-2.0 5 /dts-v1/; 6 #include "nuvoton-npcm750.dtsi" 7 #include "nuvoton-npcm750-runbmc-olympus-pincfg.dtsi" 9 #include <dt-bindings/i2c/i2c.h> 10 #include <dt-bindings/gpio/gpio.h> 13 model = "Nuvoton npcm750 RunBMC Olympus"; 14 compatible = "nuvoton,npcm750"; 43 stdout-path = &serial3; 46 memory { [all …]
|
| H A D | nuvoton-npcm730-kudo.dts | 1 // SPDX-License-Identifier: GPL-2.0 4 /dts-v1/; 5 #include "nuvoton-npcm730.dtsi" 7 #include <dt-bindings/gpio/gpio.h> 41 stdout-path = &serial3; 44 memory { 48 iio-hwmon { 49 compatible = "iio-hwmon"; 50 io-channels = <&adc 0>, <&adc 1>, <&adc 2>, <&adc 3>, 55 compatible = "nuvoton,npcm750-jtag-master"; [all …]
|
| H A D | nuvoton-npcm730-gbs.dts | 1 // SPDX-License-Identifier: GPL-2.0 4 /dts-v1/; 5 #include "nuvoton-npcm730.dtsi" 6 #include <dt-bindings/gpio/gpio.h> 10 compatible = "quanta,gbs-bmc","nuvoton,npcm730"; 71 stdout-path = &serial0; 74 memory { 78 gpio-keys { 79 compatible = "gpio-keys"; 80 sas-cable0 { [all …]
|
| /linux/Documentation/devicetree/bindings/serial/ |
| H A D | 8250.yaml | 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - devicetree@vger.kernel.org 13 - $ref: serial.yaml# 14 - $ref: /schemas/memory-controllers/mc-peripheral-props.yaml# 15 - if: 17 - required: 18 - aspeed,lpc-io-reg 19 - required: 20 - aspeed,lpc-interrupts [all …]
|
| /linux/drivers/edac/ |
| H A D | npcm_edac.c | 1 // SPDX-License-Identifier: GPL-2.0-only 11 #define EDAC_MOD_NAME "npcm-edac" 46 /* memory controller registers */ 106 struct priv_data *priv = mci->pvt_info; in handle_ce() 111 pdata = priv->pdata; in handle_ce() 112 regmap_read(npcm_regmap, pdata->ctl_ce_addr_l, &val_l); in handle_ce() 113 if (pdata->chip == NPCM8XX_CHIP) { in handle_ce() 114 regmap_read(npcm_regmap, pdata->ctl_ce_addr_h, &val_h); in handle_ce() 115 val_h &= pdata->ce_addr_h_mask; in handle_ce() 119 regmap_read(npcm_regmap, pdata->ctl_ce_data_l, &val_l); in handle_ce() [all …]
|