Searched +full:mmp +full:- +full:rtc (Results 1 – 7 of 7) sorted by relevance
/freebsd/sys/contrib/device-tree/src/arm/marvell/ |
H A D | pxa910.dtsi | 1 // SPDX-License-Identifier: GPL-2.0-only 7 #include <dt-bindings/clock/marvell,pxa910.h> 10 #address-cells = <1>; 11 #size-cells = <1>; 22 #address-cells = <1>; 23 #size-cells = <1>; 24 compatible = "simple-bu 155 rtc: rtc@d4010000 { global() label [all...] |
H A D | pxa168.dtsi | 1 // SPDX-License-Identifier: GPL-2.0-only 7 #include <dt-bindings/clock/marvell,pxa168.h> 10 #address-cells = <1>; 11 #size-cells = <1>; 22 #address-cells = <1>; 23 #size-cells = <1>; 24 compatible = "simple-bu 145 rtc: rtc@d4010000 { global() label [all...] |
H A D | mmp2.dtsi | 1 // SPDX-License-Identifier: GPL-2.0-only 7 #include <dt-bindings/clock/marvell,mmp2.h> 8 #include <dt-bindings/power/marvell,mmp2.h> 9 #include <dt-bindings/clock/marvell,mmp2-audio.h> 12 #address-cells = <1>; 13 #size-cells = <1>; 25 #address-cells = <1>; 26 #size-cells = <1>; 27 compatible = "simple-bus"; 28 interrupt-parent = <&intc>; [all …]
|
H A D | mmp3.dtsi | 1 // SPDX-License-Identifier: GPL-2.0+ OR MIT 6 #include <dt-bindings/clock/marvell,mmp2.h> 7 #include <dt-bindings/power/marvell,mmp2.h> 8 #include <dt-bindings/interrupt-controller/arm-gic.h> 11 #address-cells = <1>; 12 #size-cells = <1>; 15 #address-cells = <1>; 16 #size-cells = <0>; 17 enable-method = "marvell,mmp3-smp"; 22 next-level-cache = <&l2>; [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/rtc/ |
H A D | sa1100-rtc.yaml | 1 # SPDX-License-Identifier: GPL-2.0-only 3 --- 4 $id: http://devicetree.org/schemas/rtc/sa1100-rtc.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - $ref: rtc.yaml# 13 - Alessandro Zummo <a.zummo@towertech.it> 14 - Alexandre Belloni <alexandre.belloni@bootlin.com> 15 - Rob Herring <robh@kernel.org> 20 - mrvl,sa1100-rtc 21 - mrvl,mmp-rtc [all …]
|
H A D | sa1100-rtc.txt | 4 - compatible: should be "mrvl,sa1100-rtc" 5 - reg: physical base address of the controller and length of memory mapped 7 - interrupts: Should be two. The first interrupt number is the rtc alarm 8 interrupt and the second interrupt number is the rtc hz interrupt. 9 - interrupt-names: Assign name of irq resource. 12 rtc: rtc@d4010000 { 13 compatible = "mrvl,mmp-rtc"; 16 interrupt-names = "rtc 1Hz", "rtc alarm";
|
/freebsd/sys/conf/ |
H A D | files | 2 # The long compile-with and dependency lines are required because of 3 # limitations in config: backslash-newline doesn't work in strings, and 8 compile-with "${AWK} -f $S/tools/acpi_quirks2h.awk $S/dev/acpica/acpi_quirks" \ 9 no-obj no-implicit-rule before-depend \ 13 compile-with "sh $S/dev/bhnd/tools/nvram_map_gen.sh $S/dev/bhnd/nvram/nvram_map -h" \ 14 no-obj no-implicit-rule before-depend \ 18 compile-with "sh $S/dev/bhnd/tools/nvram_map_gen.sh $S/dev/bhnd/nvram/nvram_map -d" \ 19 no-obj no-implicit-rule before-depend \ 22 compile-with "sh -c 'MACHINE=${MACHINE} $S/tools/fdt/make_dtbh.sh ${FDT_DTS_FILE} ${.OBJDIR}'" \ 24 no-obj no-implicit-rule before-depend \ [all …]
|