Searched +full:gemini +full:- +full:rtc (Results 1 – 6 of 6) sorted by relevance
/freebsd/sys/contrib/device-tree/src/arm/gemini/ |
H A D | gemini.dtsi | 1 // SPDX-License-Identifier: GPL-2.0 3 * Device Tree file for Cortina systems Gemini SoC 6 #include <dt-bindings/interrupt-controller/irq.h> 7 #include <dt-bindings/clock/cortina,gemini-clock.h> 8 #include <dt-bindings/reset/cortina,gemini-reset.h> 9 #include <dt-bindings/gpio/gpio.h> 13 #address-cells = <1>; 14 #size-cells = <1>; 16 compatible = "simple-bus"; 17 interrupt-parent = <&intcon>; [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/pinctrl/ |
H A D | cortina,gemini-pinctrl.txt | 1 Cortina Systems Gemini pin controller 3 This pin controller is found in the Cortina Systems Gemini SoC family, 4 see further arm/gemini.txt. It is a purely group-based multiplexing pin 10 - compatible: "cortina,gemini-pinctrl" 12 Subnodes of the pin controller contain pin control multiplexing set-up 15 Please refer to pinctrl-bindings.txt for generic pin multiplexing nodes 19 - skew-delay is supported on the Ethernet pins 20 - drive-strength with 4, 8, 12 or 16 mA as argument is supported for 28 compatible = "cortina,gemini-syscon"; 31 compatible = "cortina,gemini-pinctrl"; [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/rtc/ |
H A D | faraday,ftrtc010.txt | 3 This RTC appears in for example the Storlink Gemini family of 7 - compatible : Should be one of: 9 "cortina,gemini-rtc", "faraday,ftrtc010" 12 - clocks: when present should contain clock references to the 16 32768 Hz (a typical low-power clock). 17 - clock-names: should name the clocks "PCLK" and "EXTCLK" 22 rtc@45000000 { 23 compatible = "cortina,gemini-rtc"; 27 clock-names = "PCLK", "EXTCLK";
|
H A D | faraday,ftrtc010.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/rtc/faraday,ftrtc010.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Linus Walleij <linus.walleij@linaro.org> 13 This RTC appears in for example the Storlink Gemini family of SoCs. 18 - const: faraday,ftrtc010 19 - items: 20 - const: cortina,gemini-rtc 21 - const: faraday,ftrtc010 [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/arm/ |
H A D | gemini.txt | 1 Cortina systems Gemini platforms 3 The Gemini SoC is the project name for an ARMv4 FA525-based SoC originally 16 compatible = "cortina,gemini"; 20 - soc: the SoC should be represented by a simple bus encompassing all the 23 - syscon: the soc bus node must have a system controller node pointing to the 25 "cortina,gemini-syscon", "syscon"; 28 - reg: syscon register location and size. 29 - #clock-cells: should be set to <1> - the system controller is also a 31 - #reset-cells: should be set to <1> - the system controller is also a 35 <dt-bindings/clock/cortina,gemini-clock.h> [all …]
|
/freebsd/share/misc/ |
H A D | pci_vendors | 5 # Date: 2024-11-25 03:15:02 8 # the PCI ID Project at https://pci-ids.ucw.cz/. 14 # (version 2 or higher) or the 3-clause BSD License. 25 # device device_name <-- single tab 26 # subvendor subdevice subsystem_name <-- two tabs 30 # This is a relabelled RTL-8139 31 8139 AT-2500TX V3 Ethernet 41 7a09 PCI-to-PCI Bridge 50 7a19 PCI-to-PCI Bridge 55 7a29 PCI-to-PCI Bridge [all …]
|