Searched +full:mt8173 +full:- +full:nor (Results 1 – 10 of 10) sorted by relevance
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)3 ---4 $id: http://devicetree.org/schemas/spi/mediatek,spi-mtk-nor.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#7 title: Serial NOR flash controller for MediaTek ARM SoCs10 - Bayi Cheng <bayi.cheng@mediatek.com>11 - Chuanhong Guo <gch981213@gmail.com>15 SPI NOR flash. There should be only one spi slave device following17 for devices other than SPI NOR flash due to limited transfer21 - $ref: /schemas/spi/spi-controller.yaml#[all …]
1 # SPDX-License-Identifier: GPL-2.02 dtb-$(CONFIG_ARCH_MEDIATEK) += mt2712-evb.dtb3 dtb-$(CONFIG_ARCH_MEDIATEK) += mt6755-evb.dtb4 dtb-$(CONFIG_ARCH_MEDIATEK) += mt6779-evb.dtb5 dtb-$(CONFIG_ARCH_MEDIATEK) += mt6795-evb.dtb6 dtb-$(CONFIG_ARCH_MEDIATEK) += mt6795-sony-xperia-m5.dtb7 dtb-$(CONFIG_ARCH_MEDIATEK) += mt6797-evb.dtb8 dtb-$(CONFIG_ARCH_MEDIATEK) += mt6797-x20-dev.dtb9 dtb-$(CONFIG_ARCH_MEDIATEK) += mt7622-rfb1.dtb10 dtb-$(CONFIG_ARCH_MEDIATEK) += mt7622-bananapi-bpi-r64.dtb[all …]
1 // SPDX-License-Identifier: GPL-2.0-only7 #include <dt-bindings/clock/mt8173-clk.h>8 #include <dt-bindings/interrupt-controller/irq.h>9 #include <dt-bindings/interrupt-controller/arm-gic.h>10 #include <dt-bindings/memory/mt8173-larb-port.h>11 #include <dt-bindings/phy/phy.h>12 #include <dt-bindings/power/mt8173-power.h>13 #include <dt-bindings/reset/mt8173-resets.h>14 #include <dt-bindings/gce/mt8173-gce.h>15 #include <dt-bindings/thermal/thermal.h>[all …]
1 // SPDX-License-Identifier: GPL-2.0-only6 #include <dt-bindings/input/input.h>7 #include <dt-bindings/input/linux-event-codes.h>8 #include <dt-bindings/regulator/dlg,da9211-regulator.h>9 #include <dt-bindings/gpio/gpio.h>10 #include "mt8173.dtsi"25 compatible = "pwm-backlight";27 power-supply = <&bl_fixed_reg>;28 enable-gpios = <&pio 95 GPIO_ACTIVE_HIGH>;30 pinctrl-names = "default";[all …]
6 * SPDX-License-Identifier: (GPL-2.0 OR MIT)9 #include <dt-bindings/interrupt-controller/irq.h>10 #include <dt-bindings/interrupt-controller/arm-gic.h>11 #include <dt-bindings/clock/mt7622-clk.h>12 #include <dt-bindings/phy/phy.h>13 #include <dt-bindings/power/mt7622-power.h>14 #include <dt-bindings/reset/mt7622-reset.h>15 #include <dt-bindings/thermal/thermal.h>19 interrupt-parent = <&sysirq>;20 #address-cells = <2>;[all …]
1 // SPDX-License-Identifier: (GPL-2.0 OR MIT)7 /dts-v1/;8 #include <dt-bindings/clock/mt8192-clk.h>9 #include <dt-bindings/gce/mt8192-gce.h>10 #include <dt-bindings/interrupt-controller/arm-gic.h>11 #include <dt-bindings/interrupt-controller/irq.h>12 #include <dt-bindings/memory/mt8192-larb-port.h>13 #include <dt-bindings/pinctrl/mt8192-pinfunc.h>14 #include <dt-bindings/phy/phy.h>15 #include <dt-bindings/power/mt8192-power.h>[all …]
1 // SPDX-License-Identifier: GPL-2.08 #include <dt-bindings/interrupt-controller/irq.h>9 #include <dt-bindings/interrupt-controller/arm-gic.h>10 #include <dt-bindings/clock/mt7629-clk.h>11 #include <dt-bindings/power/mt7622-power.h>12 #include <dt-bindings/gpio/gpio.h>13 #include <dt-bindings/phy/phy.h>14 #include <dt-bindings/reset/mt7629-resets.h>18 interrupt-parent = <&sysirq>;19 #address-cells = <1>;[all …]
1 // SPDX-License-Identifier: GPL-2.08 #include <dt-bindings/clock/mt2701-clk.h>9 #include <dt-bindings/phy/phy.h>10 #include <dt-bindings/power/mt2701-power.h>11 #include <dt-bindings/interrupt-controller/irq.h>12 #include <dt-bindings/interrupt-controller/arm-gic.h>13 #include <dt-bindings/memory/mt2701-larb-port.h>14 #include <dt-bindings/reset/mt2701-resets.h>15 #include "mt2701-pinfunc.h"18 #address-cells = <2>;[all …]
1 // SPDX-License-Identifier: GPL-2.03 // Mediatek SPI NOR controller driver10 #include <linux/dma-mapping.h>20 #include <linux/spi/spi-mem.h>23 #define DRIVER_NAME "mtk-spi-nor"91 // Reading DMA src/dst addresses have to be 16-byte aligned93 #define MTK_NOR_DMA_ALIGN_MASK (MTK_NOR_DMA_ALIGN - 1)97 // Buffered page program can do one 128-byte transfer100 #define CLK_TO_US(sp, clkcnt) DIV_ROUND_UP(clkcnt, sp->spi_freq / 1000000)107 * and IDs of nor flash, they need a extra_dummy_bit which can add[all …]
5 ---------------------------------------------------21 W: *Web-page* with status/info23 B: URI for where to file *bugs*. A web-page with detailed bug28 patches to the given subsystem. This is either an in-tree file,29 or a URI. See Documentation/maintainer/maintainer-entry-profile.rst46 N: [^a-z]tegra all files whose path contains tegra64 ----------------83 3WARE SAS/SATA-RAID SCSI DRIVERS (3W-XXXX, 3W-9XXX, 3W-SAS)85 L: linux-scsi@vger.kernel.org88 F: drivers/scsi/3w-*[all …]