Searched +full:tegra210 +full:- +full:qspi (Results 1 – 11 of 11) sorted by relevance
/freebsd/sys/contrib/device-tree/Bindings/spi/ |
H A D | nvidia,tegra210-quad.yaml | 1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/spi/nvidia,tegra210-qua [all...] |
H A D | nvidia,tegra210-quad-peripheral-props.yaml | 1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/spi/nvidia,tegra210-quad-peripheral-props.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Thierry Reding <thierry.reding@gmail.com> 11 - Jonathan Hunter <jonathanh@nvidia.com> 14 nvidia,tx-clk-tap-delay: 18 QSPI to corresponding slave device. 23 nvidia,rx-clk-tap-delay: 27 QSPI to corresponding slave device.
|
H A D | spi-peripheral-props.yaml | 1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/spi/spi-peripheral-prop [all...] |
/freebsd/sys/contrib/device-tree/Bindings/pinctrl/ |
H A D | nvidia,tegra210-pinmux.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/pinctrl/nvidia,tegra210 [all...] |
H A D | nvidia,tegra210-pinmux.txt | 1 NVIDIA Tegra210 pinmux controller 4 - compatible: "nvidia,tegra210-pinmux" 5 - reg: Should contain a list of base address and size pairs for: 6 - first entry: The APB_MISC_GP_*_PADCTRL registers (pad control) 7 - second entry: The PINMUX_AUX_* registers (pinmux) 9 Please refer to pinctrl-bindings.txt in this directory for details of the 17 parameters, such as pull-up, tristate, drive strength, etc. 33 include/dt-binding/pinctrl/pinctrl-tegra.h. 35 Required subnode-properties: 36 - nvidia,pins : An array of strings. Each string contains the name of a pin or [all …]
|
/freebsd/sys/contrib/device-tree/src/arm64/nvidia/ |
H A D | tegra210.dtsi | 1 // SPDX-License-Identifier: GPL-2.0 2 #include <dt-bindings/clock/tegra210-car.h> 3 #include <dt-bindings/gpio/tegra-gpio.h> 4 #include <dt-bindings/memory/tegra210 [all...] |
H A D | tegra194.dtsi | 1 // SPDX-License-Identifier: GPL-2.0 2 #include <dt-bindings/clock/tegra194-clock.h> 3 #include <dt-bindings/gpio/tegra194-gpio.h> 4 #include <dt-bindings/interrupt-controller/arm-gi [all...] |
H A D | tegra234.dtsi | 1 // SPDX-License-Identifier: GPL-2.0 3 #include <dt-bindings/clock/tegra234-clock.h> 4 #include <dt-bindings/gpio/tegra234-gpio.h> 5 #include <dt-bindings/interrupt-controller/arm-gi [all...] |
H A D | tegra210-smaug.dts | 1 // SPDX-License-Identifier: GPL-2.0 2 /dts-v1/; 4 #include <dt-bindings/input/input.h> 5 #include <dt-bindings/mfd/max77620.h> 6 #include <dt-bindings/pinctrl/pinctrl-tegra.h> 8 #include "tegra210.dtsi" 12 compatible = "google,smaug-rev [all...] |
/freebsd/sys/arm64/nvidia/tegra210/ |
H A D | tegra210_pinmux.c | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 78 {"nvidia,tegra210-pinmux", 1}, 109 {"nvidia,enable-input", PROP_ID_ENABLE_INPUT}, 110 {"nvidia,open-drain", PROP_ID_OPEN_DRAIN}, 112 {"nvidia,io-reset", PROP_ID_IORESET}, 113 {"nvidia,rcv-sel", PROP_ID_RCV_SEL}, 114 {"nvidia,io-hv", PROP_ID_RCV_SEL}, 115 {"nvidia,high-speed-mode", PROP_ID_HIGH_SPEED_MODE}, 117 {"nvidia,low-power-mode", PROP_ID_LOW_POWER_MODE}, [all …]
|
H A D | tegra210_clk_per.c | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 39 #include <dt-bindings/clock/tegra210-car.h> 40 #include <dt-bindings/reset/tegra210-car.h> 308 /* bank L -> 0-31 */ 332 /* bank H -> 32-63 */ 353 /* bank U -> 64-95 */ 378 /* bank V -> 96-127 */ 398 /* bank W -> 128-159*/ 425 /* bank X -> 160-191*/ [all …]
|