Home
last modified time | relevance | path

Searched full:eyeq6h (Results 1 – 11 of 11) sorted by relevance

/linux-6.14.4/Documentation/devicetree/bindings/soc/mobileye/
Dmobileye,eyeq5-olb.yaml17 instance. EyeQ6H hosts seven instances.
25 - mobileye,eyeq6h-acc-olb
26 - mobileye,eyeq6h-central-olb
27 - mobileye,eyeq6h-east-olb
28 - mobileye,eyeq6h-west-olb
29 - mobileye,eyeq6h-south-olb
30 - mobileye,eyeq6h-ddr0-olb
31 - mobileye,eyeq6h-ddr1-olb
274 - mobileye,eyeq6h-acc-olb
275 - mobileye,eyeq6h-east-olb
[all …]
/linux-6.14.4/arch/mips/boot/dts/mobileye/
Deyeq6h.dtsi48 compatible = "mobileye,eyeq6h-acc-olb", "syscon";
57 compatible = "mobileye,eyeq6h-central-olb", "syscon";
83 compatible = "mobileye,eyeq6h-west-olb", "syscon";
100 compatible = "mobileye,eyeq6h-east-olb", "syscon";
109 compatible = "mobileye,eyeq6h-south-olb", "syscon";
125 compatible = "mobileye,eyeq6h-ddr0-olb", "syscon";
133 compatible = "mobileye,eyeq6h-ddr1-olb", "syscon";
163 #include "eyeq6h-pins.dtsi"
Deyeq6h-epm6.dts8 #include "eyeq6h.dtsi"
11 compatible = "mobileye,eyeq6h-epm6", "mobileye,eyeq6h";
12 model = "Mobile EyeQ6H MP6 Evaluation board";
DMakefile5 dtb-$(CONFIG_MACH_EYEQ6H) += eyeq6h-epm6.dtb
/linux-6.14.4/Documentation/devicetree/bindings/mips/
Dmobileye.yaml29 - description: Boards with Mobileye EyeQ6H SoC
32 - mobileye,eyeq6h-epm6
33 - const: mobileye,eyeq6h
/linux-6.14.4/drivers/reset/
Dreset-eyeq.c3 * Reset driver for the Mobileye EyeQ5, EyeQ6L and EyeQ6H platforms.
6 * have a single OLB instance for a single reset controller. EyeQ6H has seven
52 * Known resets in EyeQ6H west/east (type EQR_EYEQ6H_SARCR):
58 * Known resets in EyeQ6H acc (type EQR_EYEQ5_ACRP):
547 { .compatible = "mobileye,eyeq6h-west-olb", .data = &eqr_eyeq6h_we_data },
548 { .compatible = "mobileye,eyeq6h-east-olb", .data = &eqr_eyeq6h_we_data },
549 { .compatible = "mobileye,eyeq6h-acc-olb", .data = &eqr_eyeq6h_acc_data },
DKconfig76 and EyeQ6H SoCs.
79 Registers are located in a shared register region called OLB. EyeQ6H
/linux-6.14.4/drivers/clk/
Dclk-eyeq.c3 * PLL clock driver for the Mobileye EyeQ5, EyeQ6L and EyeQ6H platforms.
677 { .compatible = "mobileye,eyeq6h-west-olb", .data = &eqc_eyeq6h_west_match_data },
678 { .compatible = "mobileye,eyeq6h-east-olb", .data = &eqc_eyeq6h_east_match_data },
679 { .compatible = "mobileye,eyeq6h-south-olb", .data = &eqc_eyeq6h_south_match_data },
680 { .compatible = "mobileye,eyeq6h-ddr0-olb", .data = &eqc_eyeq6h_ddr0_match_data },
681 { .compatible = "mobileye,eyeq6h-ddr1-olb", .data = &eqc_eyeq6h_ddr1_match_data },
682 { .compatible = "mobileye,eyeq6h-acc-olb", .data = &eqc_eyeq6h_acc_match_data },
851 CLK_OF_DECLARE_DRIVER(eqc_eyeq6h_central, "mobileye,eyeq6h-central-olb",
858 CLK_OF_DECLARE_DRIVER(eqc_eyeq6h_west, "mobileye,eyeq6h-west-olb",
/linux-6.14.4/Documentation/devicetree/bindings/i2c/
Dst,nomadik-i2c.yaml25 - mobileye,eyeq6h-i2c
36 - mobileye,eyeq6h-i2c
/linux-6.14.4/arch/mips/mobileye/
DKconfig14 bool "Mobileye EyeQ6H SoC"
/linux-6.14.4/drivers/i2c/busses/
Di2c-nomadik.c9 * The Mobileye EyeQ5 and EyeQ6H platforms are also supported; they use
1075 .compatible = "mobileye,eyeq6h-i2c",