Searched refs:gpmi (Results 1 – 25 of 57) sorted by relevance
123
/Linux-v4.19/Documentation/devicetree/bindings/mtd/ |
D | gpmi-nand.txt | 7 - compatible : should be "fsl,<chip>-gpmi-nand", chip can be: 13 - reg : should contain registers location and length for gpmi and bch. 14 - reg-names: Should contain the reg names "gpmi-nand" and "bch" 61 gpmi-nand@8000c000 { 62 compatible = "fsl,imx28-gpmi-nand"; 66 reg-names = "gpmi-nand", "bch";
|
/Linux-v4.19/drivers/mtd/nand/raw/gpmi-nand/ |
D | Makefile | 2 gpmi_nand-objs += gpmi-nand.o 3 gpmi_nand-objs += gpmi-lib.o
|
/Linux-v4.19/arch/arm/boot/dts/ |
D | imx28-m28cu3.dts | 25 gpmi-nand@8000c000 { 33 label = "gpmi-nfc-0-boot"; 39 label = "gpmi-nfc-general-use";
|
D | imx23.dtsi | 81 gpmi-nand@8000c000 { 82 compatible = "fsl,imx23-gpmi-nand"; 86 reg-names = "gpmi-nand", "bch"; 192 gpmi_pins_a: gpmi-nand@0 { 218 gpmi_pins_fixup: gpmi-pins-fixup@0 {
|
D | imx6ul-isiot-nand.dts | 52 &gpmi { 60 pinctrl_gpmi_nand: gpmi-nand {
|
D | imx6dl-phytec-mira-rdk-nand.dts | 30 &gpmi {
|
D | imx6qp-phytec-mira-rdk-nand.dts | 30 &gpmi {
|
D | imx6q-phytec-mira-rdk-nand.dts | 30 &gpmi {
|
D | imx6q-arm2.dts | 61 &gpmi { 64 status = "disabled"; /* gpmi nand conflicts with SD */
|
D | imx28-m28.dtsi | 24 gpmi-nand@8000c000 {
|
D | imx28-apf28.dts | 25 gpmi-nand@8000c000 {
|
D | imx28-eukrea-mbmx283lc.dts | 31 &gpmi {
|
D | imx28-evk.dts | 99 gpmi-nand@8000c000 { 171 gpmi_pins_evk: gpmi-nand-evk@0 {
|
D | imx6qdl-gw552x.dtsi | 20 nand = &gpmi; 83 &gpmi {
|
D | imx28.dtsi | 105 gpmi: gpmi-nand@8000c000 { label 106 compatible = "fsl,imx28-gpmi-nand"; 110 reg-names = "gpmi-nand", "bch"; 255 gpmi_pins_a: gpmi-nand@0 { 279 gpmi_status_cfg: gpmi-status-cfg@0 {
|
D | imx23-evk.dts | 55 gpmi-nand@8000c000 {
|
D | imx7d-colibri.dtsi | 52 &gpmi {
|
D | imx6qdl-gw51xx.dtsi | 19 nand = &gpmi; 93 &gpmi {
|
D | imx6ul-tx6ul-0011.dts | 56 &gpmi {
|
D | imx6dl-tx6u-8033.dts | 56 &gpmi {
|
/Linux-v4.19/drivers/clk/mxs/ |
D | clk-imx23.c | 91 clk32k, dri, pwm, filt, uart, ssp, gpmi, spdif, emi, saif, enumerator 152 clks[gpmi] = mxs_clk_gate("gpmi", "gpmi_div", GPMI, 31); in mx23_clocks_init()
|
D | clk-imx28.c | 146 ssp1, ssp2, ssp3, gpmi, spdif, emi, saif0, saif1, lcdif, etm, enumerator 223 clks[gpmi] = mxs_clk_gate("gpmi", "gpmi_div", GPMI, 31); in mx28_clocks_init()
|
/Linux-v4.19/Documentation/devicetree/bindings/clock/ |
D | imx23-clock.txt | 48 gpmi 34
|
D | imx28-clock.txt | 64 gpmi 50
|
/Linux-v4.19/drivers/mtd/nand/raw/ |
D | Makefile | 51 obj-$(CONFIG_MTD_NAND_GPMI_NAND) += gpmi-nand/
|
123