Searched +full:u8500 +full:- +full:clks (Results 1 – 4 of 4) sorted by relevance
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)3 ---4 $id: http://devicetree.org/schemas/clock/stericsson,u8500-clks.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#7 title: ST-Ericsson DB8500 (U8500) clocks10 - Ulf Hansson <ulf.hansson@linaro.org>11 - Linus Walleij <linus.walleij@linaro.org>13 description: While named "U8500 clocks" these clocks are inside the14 DB8500 digital baseband system-on-chip and its siblings such as16 itself, not off-chip clocks. There are four different on-chip[all …]
1 ST-Ericsson Ux500 boards2 ------------------------5 compatible = "st-ericsson,mop500" (legacy)6 compatible = "st-ericsson,u8500"10 soc: represents the system-on-chip and contains the chip20 compatible = "ste,dbx500-backupram"25 interrupt-controller:26 see binding for interrupt-controller/arm,gic.txt29 see binding for timer/arm,twd-timer.yaml36 /dts-v1/;[all …]
1 // SPDX-License-Identifier: GPL-2.0-only3 * Clock definitions for u8500 platform.5 * Copyright (C) 2012 ST-Ericsson SA11 #include <linux/clk-provider.h>12 #include <linux/mfd/dbx500-prcmu.h>16 #include "reset-prcc.h"35 if (clkspec->args_count != 2) in ux500_twocell_get()36 return ERR_PTR(-EINVAL); in ux500_twocell_get()38 base = clkspec->args[0]; in ux500_twocell_get()39 bit = clkspec->args[1]; in ux500_twocell_get()[all …]
1 // SPDX-License-Identifier: GPL-2.0-or-later6 #include <dt-bindings/interrupt-controller/irq.h>7 #include <dt-bindings/interrupt-controller/arm-gic.h>8 #include <dt-bindings/reset/stericsson,db8500-prcc-reset.h>9 #include <dt-bindings/mfd/dbx500-prcmu.h>10 #include <dt-bindings/arm/ux500_pm_domains.h>11 #include <dt-bindings/gpio/gpio.h>12 #include <dt-bindings/thermal/thermal.h>15 #address-cells = <1>;16 #size-cells = <1>;[all …]