Searched +full:fu740 +full:- +full:c000 +full:- +full:pwm (Results 1 – 3 of 3) sorted by relevance
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)4 ---5 $id: http://devicetree.org/schemas/pwm/pwm-sifive.yaml#6 $schema: http://devicetree.org/meta-schemas/core.yaml#8 title: SiFive PWM controller11 - Paul Walmsley <paul.walmsley@sifive.com>14 Unlike most other PWM controllers, the SiFive PWM controller currently15 only supports one period for all channels in the PWM. All PWMs need to18 achievable period. PWM RTL that corresponds to the IP block version19 numbers can be found here -[all …]
1 // SPDX-License-Identifier: (GPL-2.0 OR MIT)4 /dts-v1/;6 #include <dt-bindings/clock/sifive-fu740-prci.h>9 #address-cells = <2>;10 #size-cells = <2>;11 compatible = "sifive,fu740-c000", "sifive,fu740";23 #address-cells = <1>;24 #size-cells = <0>;28 i-cache-block-size = <64>;29 i-cache-sets = <128>;[all …]
1 // SPDX-License-Identifier: (GPL-2.0 OR MIT)4 #include "fu740-c000.dtsi"5 #include <dt-bindings/gpio/gpio.h>6 #include <dt-bindings/interrupt-controller/irq.h>7 #include <dt-bindings/leds/common.h>8 #include <dt-bindings/pwm/pwm.h>15 compatible = "sifive,hifive-unmatched-a00", "sifive,fu740-c000",16 "sifive,fu740";19 stdout-path = "serial0";23 timebase-frequency = <RTCCLK_FREQ>;[all …]