Home
last modified time | relevance | path

Searched +full:bcm11351 +full:- +full:pwm (Results 1 – 8 of 8) sorted by relevance

/kernel/linux/linux-6.6/arch/arm/boot/dts/broadcom/
Dbcm11351.dtsi1 // SPDX-License-Identifier: GPL-2.0-only
2 // Copyright (C) 2012-2013 Broadcom Corporation
4 #include <dt-bindings/clock/bcm281xx.h>
5 #include <dt-bindings/interrupt-controller/arm-gic.h>
6 #include <dt-bindings/interrupt-controller/irq.h>
9 #address-cells = <1>;
10 #size-cells = <1>;
11 model = "BCM11351 SoC";
12 compatible = "brcm,bcm11351";
13 interrupt-parent = <&gic>;
[all …]
Dbcm28155-ap.dts1 // SPDX-License-Identifier: GPL-2.0-only
4 /dts-v1/;
6 #include <dt-bindings/gpio/gpio.h>
8 #include "bcm11351.dtsi"
12 compatible = "brcm,bcm28155-ap", "brcm,bcm11351";
21 clock-frequency = <400000>;
26 clock-frequency = <400000>;
31 clock-frequency = <400000>;
36 clock-frequency = <100000>;
44 &pwm {
[all …]
/kernel/linux/linux-5.10/arch/arm/boot/dts/
Dbcm11351.dtsi2 * Copyright (C) 2012-2013 Broadcom Corporation
14 #include <dt-bindings/interrupt-controller/arm-gic.h>
15 #include <dt-bindings/interrupt-controller/irq.h>
17 #include "dt-bindings/clock/bcm281xx.h"
20 #address-cells = <1>;
21 #size-cells = <1>;
22 model = "BCM11351 SoC";
23 compatible = "brcm,bcm11351";
24 interrupt-parent = <&gic>;
31 #address-cells = <1>;
[all …]
Dbcm28155-ap.dts14 /dts-v1/;
16 #include <dt-bindings/gpio/gpio.h>
18 #include "bcm11351.dtsi"
22 compatible = "brcm,bcm28155-ap", "brcm,bcm11351";
35 clock-frequency = <400000>;
40 clock-frequency = <400000>;
45 clock-frequency = <400000>;
50 clock-frequency = <100000>;
58 non-removable;
59 max-frequency = <48000000>;
[all …]
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/pwm/
Dbrcm,kona-pwm.yaml1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause
3 ---
4 $id: http://devicetree.org/schemas/pwm/brcm,kona-pwm.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Broadcom Kona family PWM controller
13 - Florian Fainelli <f.fainelli@gmail.com>
16 - $ref: pwm.yaml#
21 - enum:
22 - brcm,bcm11351-pwm
23 - const: brcm,kona-pwm
[all …]
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/clock/
Dbrcm,kona-ccu.txt9 Documentation/devicetree/bindings/clock/clock-bindings.txt
12 - compatible
13 Shall have a value of the form "brcm,<model>-<which>-ccu",
16 "brcm,bcm11351-root-ccu"
19 - reg
22 - #clock-cells
23 Shall have value <1>. The permitted clock-specifier values
25 - clock-output-names
32 compatible = "brcm,bcm11351-slave-ccu";
34 #clock-cells = <1>;
[all …]
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/clock/
Dbrcm,kona-ccu.txt9 Documentation/devicetree/bindings/clock/clock-bindings.txt
12 - compatible
13 Shall have a value of the form "brcm,<model>-<which>-ccu",
16 "brcm,bcm11351-root-ccu"
19 - reg
22 - #clock-cells
23 Shall have value <1>. The permitted clock-specifier values
25 - clock-output-names
32 compatible = "brcm,bcm11351-slave-ccu";
34 #clock-cells = <1>;
[all …]
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/pwm/
Dbrcm,kona-pwm.txt1 Broadcom Kona PWM controller device tree bindings
6 - compatible: should contain "brcm,kona-pwm"
7 - reg: physical base address and length of the controller's registers
8 - clocks: phandle + clock specifier pair for the external clock
9 - #pwm-cells: Should be 3. See pwm.yaml in this directory for a
12 Refer to clocks/clock-bindings.txt for generic clock consumer properties.
16 pwm: pwm@3e01a000 {
17 compatible = "brcm,bcm11351-pwm", "brcm,kona-pwm";
20 #pwm-cells = <3>;