Home
last modified time | relevance | path

Searched +full:i2c +full:- +full:r1p10 (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/contrib/device-tree/Bindings/i2c/
H A Dcdns,i2c-r1p10.yaml1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/i2c/cdns,i2c
[all...]
/freebsd/sys/contrib/device-tree/src/arm/xilinx/
H A Dzynq-7000.dtsi1 // SPDX-License-Identifier: GPL-2.0
3 * Copyright (C) 2011 - 2014 Xilinx
7 #address-cells = <1>;
8 #size-cells = <1>;
9 compatible = "xlnx,zynq-7000";
12 #address-cells = <1>;
13 #size-cells = <0>;
16 compatible = "arm,cortex-a9";
20 clock-latency = <1000>;
21 cpu0-supply = <&regulator_vccpint>;
[all …]
/freebsd/sys/dev/iicbus/controller/cadence/
H A Dcdnc_i2c.c1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
4 * Copyright (c) 2019-2020 Thomas Skibo <thomasskibo@yahoo.com>
28 /* Cadence / Zynq i2c driver.
30 * Reference: Zynq-7000 All Programmable SoC Technical Reference Manual.
31 * (v1.12.2) July 1, 2018. Xilinx doc UG585. I2C Controller is documented
75 {"cdns,i2c-r1p10", HWTYPE_CDNS_R1P10},
77 {"cdns,i2c-r1p14", HWTYPE_CDNS_R1P14},
104 #define I2C_SC_LOCK(sc) mtx_lock(&(sc)->sc_mtx)
105 #define I2C_SC_UNLOCK(sc) mtx_unlock(&(sc)->sc_mtx)
[all …]