Home
last modified time | relevance | path

Searched +full:k1 +full:- +full:pinctrl (Results 1 – 11 of 11) sorted by relevance

/freebsd/sys/contrib/device-tree/src/riscv/spacemit/
H A Dk1-milkv-jupiter.dts1 // SPDX-License-Identifier: GPL-2.0 OR MIT
7 #include "k1.dtsi"
8 #include "k1-pinctrl.dtsi"
11 model = "Milk-V Jupiter (K1)";
12 compatible = "milkv,jupiter", "spacemit,k1";
19 stdout-path = "serial0";
24 pinctrl-names = "default";
25 pinctrl-0 = <&uart0_2_cfg>;
H A Dk1.dtsi1 // SPDX-License-Identifier: GPL-2.0 OR MIT
6 #include <dt-bindings/clock/spacemit,k1-syscon.h>
8 /dts-v1/;
10 #address-cells = <2>;
11 #size-cells = <2>;
12 model = "SpacemiT K1";
13 compatible = "spacemit,k1";
16 #address-cells = <1>;
17 #size-cells = <0>;
18 timebase-frequency = <24000000>;
[all …]
H A Dk1-bananapi-f3.dts1 // SPDX-License-Identifier: GPL-2.0 OR MIT
6 #include "k1.dtsi"
7 #include "k1-pinctrl.dtsi"
10 model = "Banana Pi BPI-F3";
11 compatible = "bananapi,bpi-f3", "spacemit,k1";
18 stdout-path = "serial0";
22 compatible = "gpio-leds";
25 label = "sys-led";
27 linux,default-trigger = "heartbeat";
28 default-state = "on";
[all …]
/freebsd/sys/contrib/device-tree/Bindings/pinctrl/
H A Dspacemit,k1-pinctrl.yaml1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause
3 ---
4 $id: http://devicetree.org/schemas/pinctrl/spacemit,k1-pinctrl.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: SpacemiT K1 SoC Pin Controller
10 - Yixun Lan <dlan@gentoo.org>
14 const: spacemit,k1-pinctrl
18 - description: pinctrl io memory base
22 - description: Functional Clock
23 - description: Bus Clock
[all …]
/freebsd/sys/contrib/device-tree/Bindings/gpio/
H A Dspacemit,k1-gpio.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/gpio/spacemit,k1-gpio.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: SpacemiT K1 GPIO controller
10 - Yixun Lan <dlan@gentoo.org>
13 The controller's registers are organized as sets of eight 32-bit
19 pattern: "^gpio@[0-9a-f]+$"
22 const: spacemit,k1-gpio
29 - description: GPIO Core Clock
[all …]
/freebsd/sys/contrib/device-tree/src/arm/samsung/
H A Ds3c6410-mini6410.dts1 // SPDX-License-Identifier: GPL-2.0
11 /dts-v1/;
13 #include <dt-bindings/gpio/gpio.h>
14 #include <dt-bindings/interrupt-controller/irq.h>
31 fin_pll: oscillator-0 {
32 compatible = "fixed-clock";
33 clock-frequenc
[all...]
/freebsd/sys/contrib/device-tree/src/arm64/rockchip/
H A Drk3568-nanopi-r5s.dts1 // SPDX-License-Identifier: GPL-2.0-or-later OR MIT
9 /dts-v1/;
10 #include "rk3568-nanopi-r5s.dtsi"
14 compatible = "friendlyarm,nanopi-r5s", "rockchip,rk3568";
20 gpio-keys {
21 compatible = "gpio-keys";
22 pinctrl-0 = <&gpio4_a0_k1_pin>;
23 pinctrl-names = "default";
25 button-reset {
26 debounce-interval = <50>;
[all …]
/freebsd/sys/contrib/device-tree/src/arm/allwinner/
H A Dsun8i-h3-nanopi.dtsi5 * This file is dual-licensed: you can use it either under the terms
44 /dts-v1/;
45 #include "sun8i-h3.dtsi"
46 #include "sunxi-common-regulators.dtsi"
48 #include <dt-bindings/gpio/gpio.h>
49 #include <dt-bindings/input/input.h>
57 stdout-path = "serial0:115200n8";
61 compatible = "gpio-leds";
63 led-0 {
66 linux,default-trigger = "heartbeat";
[all …]
H A Dsun8i-h3-nanopi-duo2.dts1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
6 /dts-v1/;
7 #include "sun8i-h3.dtsi"
8 #include "sunxi-common-regulators.dtsi"
10 #include <dt-bindings/gpio/gpio.h>
11 #include <dt-bindings/input/input.h>
15 compatible = "friendlyarm,nanopi-duo2", "allwinner,sun8i-h3";
22 stdout-path = "serial0:115200n8";
26 compatible = "gpio-leds";
28 led-0 {
[all …]
/freebsd/sys/contrib/device-tree/Bindings/arm/tegra/
H A Dnvidia,tegra20-pmc.yaml1 # SPDX-License-Identifier: GPL-2.0
3 ---
4 $id: http://devicetree.org/schemas/arm/tegra/nvidia,tegra20-pmc.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Thierry Reding <thierry.reding@gmail.com>
11 - Jonathan Hunter <jonathanh@nvidia.com>
16 - nvidia,tegra20-pmc
17 - nvidia,tegra30-pmc
18 - nvidia,tegra114-pmc
19 - nvidia,tegra124-pmc
[all …]
/freebsd/sys/contrib/device-tree/Bindings/soc/tegra/
H A Dnvidia,tegra20-pmc.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/soc/tegra/nvidia,tegra20-pmc.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Thierry Reding <thierry.reding@gmail.com>
11 - Jonathan Hunter <jonathanh@nvidia.com>
16 - nvidia,tegra20-pmc
17 - nvidia,tegra30-pmc
18 - nvidia,tegra114-pmc
19 - nvidia,tegra124-pmc
[all …]