Searched +full:sun6i +full:- +full:a31 +full:- +full:p2wi (Results 1 – 6 of 6) sorted by relevance
| /freebsd/sys/contrib/device-tree/Bindings/i2c/ |
| H A D | allwinner,sun6i-a31-p2wi.yaml | 1 # SPDX-License-Identifier: GPL-2.0 3 --- 4 $id: http://devicetree.org/schemas/i2c/allwinner,sun6i-a31-p2wi.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: Allwinner A31 P2WI (Push/Pull 2 Wires Interface) 10 - Chen-Yu Tsai <wens@csie.org> 11 - Maxime Ripard <mripard@kernel.org> 14 - $ref: /schemas/i2c/i2c-controller.yaml# 18 const: allwinner,sun6i-a31-p2wi 32 clock-frequency: [all …]
|
| /freebsd/sys/contrib/device-tree/src/arm/allwinner/ |
| H A D | sun6i-a31.dtsi | 4 * Maxime Ripard <maxime.ripard@free-electrons.com> 6 * This file is dual-licensed: you can use it either under the terms 45 #include <dt-bindings/interrupt-controller/arm-gic.h> 46 #include <dt-bindings/thermal/thermal.h> 48 #include <dt-bindings/clock/sun6i-a31-ccu.h> 49 #include <dt-bindings/clock/sun6i-rtc.h> 50 #include <dt-bindings/reset/sun6i-a31-ccu.h> 53 interrupt-parent = <&gic>; 54 #address-cells = <1>; 55 #size-cells = <1>; [all …]
|
| H A D | sun6i-a31-mele-a1000g-quad.dts | 4 * This file is dual-licensed: you can use it either under the terms 43 /dts-v1/; 44 #include "sun6i-a31.dtsi" 45 #include "sunxi-common-regulators.dtsi" 47 #include <dt-bindings/gpio/gpio.h> 51 compatible = "mele,a1000g-quad", "allwinner,sun6i-a31"; 58 stdout-path = "serial0:115200n8"; 62 compatible = "gpio-leds"; 67 default-state = "on"; 73 cpu-supply = <®_dcdc3>; [all …]
|
| H A D | sun6i-a31-m9.dts | 4 * This file is dual-licensed: you can use it either under the terms 43 /dts-v1/; 44 #include "sun6i-a31.dtsi" 45 #include "sunxi-common-regulators.dtsi" 47 #include <dt-bindings/gpio/gpio.h> 51 compatible = "mele,m9", "allwinner,sun6i-a31"; 58 stdout-path = "serial0:115200n8"; 62 compatible = "gpio-leds"; 67 default-state = "on"; 73 cpu-supply = <®_dcdc3>; [all …]
|
| H A D | sun6i-a31-hummingbird.dts | 4 * Maxime Ripard <maxime.ripard@free-electrons.com> 6 * This file is dual-licensed: you can use it either under the terms 45 /dts-v1/; 46 #include "sun6i-a31.dtsi" 47 #include "sunxi-common-regulators.dtsi" 49 #include <dt-bindings/gpio/gpio.h> 52 model = "Merrii A31 Hummingbird"; 53 compatible = "merrii,a31-hummingbird", "allwinner,sun6i-a31"; 62 stdout-path = "serial0:115200n8"; 65 hdmi-connector { [all …]
|
| /freebsd/sys/arm/allwinner/ |
| H A D | aw_rsb.c | 1 /*- 27 * Allwinner RSB (Reduced Serial Bus) and P2WI (Push-Pull Two Wire Interface) 103 { "allwinner,sun6i-a31-p2wi", A31_P2WI }, 104 { "allwinner,sun8i-a23-rsb", A23_RSB }, 110 { -1, 0 } 114 * Device address to Run-time address mappings. 116 * Run-time address (RTA) is an 8-bit value used to address the device during 147 #define RSB_LOCK(sc) mtx_lock(&(sc)->mtx) 148 #define RSB_UNLOCK(sc) mtx_unlock(&(sc)->mtx) 149 #define RSB_ASSERT_LOCKED(sc) mtx_assert(&(sc)->mtx, MA_OWNED) [all …]
|