From: Jonas Gorski <jonas.gorski@gmail.com>
To: linux-mips@linux-mips.org
Cc: Ralf Baechle <ralf@linux-mips.org>,
John Crispin <blogic@openwrt.org>,
Maxime Bizon <mbizon@freebox.fr>,
Florian Fainelli <florian@openwrt.org>,
Kevin Cernekee <cernekee@gmail.com>,
devicetree-discuss@lists.ozlabs.org,
linux-kernel@vger.kernel.org
Subject: [RFC] MIPS: BCM63XX: add Device Tree clock definitions
Date: Sun, 11 Nov 2012 13:50:43 +0100 [thread overview]
Message-ID: <1352638249-29298-10-git-send-email-jonas.gorski@gmail.com> (raw)
In-Reply-To: <1352638249-29298-1-git-send-email-jonas.gorski@gmail.com>
Add definitions for the clocks found and used in all supported SoCs.
Signed-off-by: Jonas Gorski <jonas.gorski@gmail.com>
---
arch/mips/bcm63xx/dts/bcm6328.dtsi | 90 ++++++++++++++++++++++++++
arch/mips/bcm63xx/dts/bcm6338.dtsi | 47 +++++++++++++
arch/mips/bcm63xx/dts/bcm6345.dtsi | 33 ++++++++++
arch/mips/bcm63xx/dts/bcm6348.dtsi | 54 +++++++++++++++
arch/mips/bcm63xx/dts/bcm6358.dtsi | 85 ++++++++++++++++++++++++
arch/mips/bcm63xx/dts/bcm6368.dtsi | 125 ++++++++++++++++++++++++++++++++++++
6 files changed, 434 insertions(+), 0 deletions(-)
diff --git a/arch/mips/bcm63xx/dts/bcm6328.dtsi b/arch/mips/bcm63xx/dts/bcm6328.dtsi
index a41033a..9055187 100644
--- a/arch/mips/bcm63xx/dts/bcm6328.dtsi
+++ b/arch/mips/bcm63xx/dts/bcm6328.dtsi
@@ -41,6 +41,96 @@
interrupt-controller;
#interrupt-cells = <1>;
};
+
+ clocks {
+ #address-cells = <1>;
+ #size-cells = <0>;
+
+ periph: pll {
+ compatible = "brcm,bcm63xx-clock";
+ #clock-cells = <0>;
+ clock-frequency = <50000000>;
+ clock-output-names = "periph";
+ };
+
+ phymips: clock@0 {
+ compatible = "brcm,bcm63xx-clock";
+ #clock-cells = <0>;
+ clock-output-names = "phymips";
+ brcm,gate-bit = <0>;
+ };
+
+ adsl_qproc: clock@1 {
+ compatible = "brcm,bcm63xx-clock";
+ #clock-cells = <0>;
+ clock-output-names = "adsl-qproc";
+ brcm,gate-bit = <1>;
+ };
+
+ adsl_afe: clock@2 {
+ compatible = "brcm,bcm63xx-clock";
+ #clock-cells = <0>;
+ clock-output-names = "adsl-afe";
+ brcm,gate-bit = <2>;
+ };
+
+ adsl: clock@3 {
+ compatible = "brcm,bcm63xx-clock";
+ #clock-cells = <0>;
+ clock-output-names = "adsl";
+ brcm,gate-bit = <3>;
+ };
+
+ sar: clock@5 {
+ compatible = "brcm,bcm63xx-clock";
+ #clock-cells = <0>;
+ clock-output-names = "sar", "xtm";
+ brcm,gate-bit = <5>;
+ };
+
+ pcm: clock@6 {
+ compatible = "brcm,bcm63xx-clock";
+ #clock-cells = <0>;
+ clock-output-names = "pcm";
+ brcm,gate-bit = <6>;
+ };
+
+ usbd: clock@7 {
+ compatible = "brcm,bcm63xx-clock";
+ #clock-cells = <0>;
+ clock-output-names = "usbd";
+ brcm,gate-bit = <7>;
+ };
+
+ usbh: clock@8 {
+ compatible = "brcm,bcm63xx-clock";
+ #clock-cells = <0>;
+ clock-output-names = "usbh";
+ brcm,gate-bit = <8>;
+ };
+
+ hsspi: clock@9 {
+ compatible = "brcm,bcm63xx-clock";
+ #clock-cells = <0>;
+ clock-output-names = "hsspi";
+ clock-frequency = <133333333>;
+ brcm,gate-bit = <9>;
+ };
+
+ pcie: clock@10 {
+ compatible = "brcm,bcm63xx-clock";
+ #clock-cells = <0>;
+ clock-output-names = "pcie";
+ brcm,gate-bit = <10>;
+ };
+
+ enetsw: clock@11 {
+ compatible = "brcm,bcm63xx-enetsw-clock";
+ #clock-cells = <0>;
+ clock-output-names = "enetsw";
+ brcm,gate-bit = <11>;
+ };
+ };
};
};
};
diff --git a/arch/mips/bcm63xx/dts/bcm6338.dtsi b/arch/mips/bcm63xx/dts/bcm6338.dtsi
index 8ecbc4f..6346a7e 100644
--- a/arch/mips/bcm63xx/dts/bcm6338.dtsi
+++ b/arch/mips/bcm63xx/dts/bcm6338.dtsi
@@ -41,6 +41,53 @@
interrupt-controller;
#interrupt-cells = <2>;
};
+
+ clocks {
+ #address-cells = <1>;
+ #size-cells = <0>;
+
+ periph: pll {
+ compatible = "brcm,bcm63xx-clock";
+ #clock-cells = <0>;
+ clock-frequency = <50000000>;
+ clock-output-names = "periph";
+ };
+
+ adsl: clock@0 {
+ compatible = "brcm,bcm63xx-clock";
+ #clock-cells = <0>;
+ clock-output-names = "adsl";
+ brcm,gate-bit = <0>;
+ };
+
+ mpi: clock@1 {
+ compatible = "brcm,bcm63xx-clock";
+ #clock-cells = <0>;
+ clock-output-names = "mpi";
+ brcm,gate-bit = <1>;
+ };
+
+ enet_usbd: clock@5 {
+ #clock-cells = <0>;
+ compatible = "brcm,bcm63xx-clock";
+ clock-output-names = "enet", "enet0", "usbd";
+ brcm,gate-bit = <5>;
+ };
+
+ sar: clock@6 {
+ compatible = "brcm,bcm63xx-clock";
+ #clock-cells = <0>;
+ clock-output-names = "sar", "atm";
+ brcm,gate-bit = <6>;
+ };
+
+ spi: clock@7 {
+ compatible = "brcm,bcm63xx-clock";
+ #clock-cells = <0>;
+ clock-output-names = "spi";
+ brcm,gate-bit = <9>;
+ };
+ };
};
};
};
diff --git a/arch/mips/bcm63xx/dts/bcm6345.dtsi b/arch/mips/bcm63xx/dts/bcm6345.dtsi
index ed17c12..1771775 100644
--- a/arch/mips/bcm63xx/dts/bcm6345.dtsi
+++ b/arch/mips/bcm63xx/dts/bcm6345.dtsi
@@ -41,6 +41,39 @@
interrupt-controller;
#interrupt-cells = <2>;
};
+
+ clocks {
+ #address-cells = <1>;
+ #size-cells = <0>;
+
+ periph: pll {
+ compatible = "brcm,bcm63xx-clock";
+ #clock-cells = <0>;
+ clock-frequency = <50000000>;
+ clock-output-names = "periph";
+ };
+
+ adsl: clock@4 {
+ compatible = "brcm,bcm63xx-clock";
+ #clock-cells = <0>;
+ clock-output-names = "adsl";
+ brcm,gate-bit = <4>;
+ };
+
+ enet: clock@5 {
+ compatible = "brcm,bcm63xx-clock";
+ #clock-cells = <0>;
+ clock-output-names = "enet", "enet0";
+ brcm,gate-bit = <5>;
+ };
+
+ usbd: clock@6 {
+ #clock-cells = <0>;
+ compatible = "brcm,bcm63xx-clock";
+ clock-output-names = "usbd";
+ brcm,gate-bit = <6>;
+ };
+ };
};
};
};
diff --git a/arch/mips/bcm63xx/dts/bcm6348.dtsi b/arch/mips/bcm63xx/dts/bcm6348.dtsi
index d54cf20..14f1996 100644
--- a/arch/mips/bcm63xx/dts/bcm6348.dtsi
+++ b/arch/mips/bcm63xx/dts/bcm6348.dtsi
@@ -41,6 +41,60 @@
interrupt-controller;
#interrupt-cells = <2>;
};
+
+ clocks {
+ #address-cells = <1>;
+ #size-cells = <0>;
+
+ periph: pll {
+ compatible = "brcm,bcm63xx-clock";
+ #clock-cells = <0>;
+ clock-frequency = <50000000>;
+ clock-output-names = "periph";
+ };
+
+ adsl: clock@0 {
+ compatible = "brcm,bcm63xx-clock";
+ #clock-cells = <0>;
+ clock-output-names = "adsl";
+ brcm,gate-bit = <0>;
+ };
+
+ enet: clock@4 {
+ compatible = "brcm,bcm63xx-clock";
+ #clock-cells = <0>;
+ clock-output-names = "enet", "enet0", "enet1";
+ brcm,gate-bit = <4>;
+ };
+
+ sar: clock@5 {
+ compatible = "brcm,bcm63xx-clock";
+ #clock-cells = <0>;
+ clock-output-names = "sar", "atm";
+ brcm,gate-bit = <5>;
+ };
+
+ usbd: clock@6 {
+ compatible = "brcm,bcm63xx-clock";
+ #clock-cells = <0>;
+ clock-output-names = "usbd";
+ brcm,gate-bit = <6>;
+ };
+
+ usbh: clock@7 {
+ compatible = "brcm,bcm63xx-clock";
+ #clock-cells = <0>;
+ clock-output-names = "usbh";
+ brcm,gate-bit = <7>;
+ };
+
+ spi: clock@8 {
+ compatible = "brcm,bcm63xx-clock";
+ #clock-cells = <0>;
+ clock-output-names = "spi";
+ brcm,gate-bit = <8>;
+ };
+ };
};
};
};
diff --git a/arch/mips/bcm63xx/dts/bcm6358.dtsi b/arch/mips/bcm63xx/dts/bcm6358.dtsi
index 6ef283f..943b480 100644
--- a/arch/mips/bcm63xx/dts/bcm6358.dtsi
+++ b/arch/mips/bcm63xx/dts/bcm6358.dtsi
@@ -44,6 +44,91 @@
interrupt-controller;
#interrupt-cells = <1>;
};
+
+ clocks {
+ #address-cells = <1>;
+ #size-cells = <0>;
+
+ periph: pll {
+ compatible = "brcm,bcm63xx-clock";
+ #clock-cells = <0>;
+ clock-frequency = <50000000>;
+ clock-output-names = "periph";
+ };
+
+ adslphy: clock@5 {
+ compatible = "brcm,bcm63xx-clock";
+ #clock-cells = <0>;
+ clock-output-names = "adslphy";
+ brcm,gate-bit = <5>;
+ };
+
+ pcm: clock@8 {
+ compatible = "brcm,bcm63xx-clock";
+ #clock-cells = <0>;
+ clock-output-names = "pcm";
+ brcm,gate-bit = <8>;
+ };
+
+ spi: clock@9 {
+ compatible = "brcm,bcm63xx-clock";
+ #clock-cells = <0>;
+ clock-output-names = "spi";
+ brcm,gate-bit = <9>;
+ };
+
+ usbd: clock@10 {
+ compatible = "brcm,bcm63xx-clock";
+ #clock-cells = <0>;
+ clock-output-names = "usbd";
+ brcm,gate-bit = <10>;
+ };
+
+ sar: clock@11 {
+ compatible = "brcm,bcm63xx-clock";
+ #clock-cells = <0>;
+ clock-output-names = "sar", "atm";
+ brcm,gate-bit = <11>;
+ };
+
+
+ enet_misc: clock@17 {
+ compatible = "brcm,bcm63xx-clock";
+ #clock-cells = <0>;
+ clock-output-names = "enet-misc";
+ brcm,gate-bit = <17>;
+ };
+
+ enet0: clock@18 {
+ compatible = "brcm,bcm63xx-clock";
+ #clock-cells = <1>;
+ clocks = <&enet_misc>;
+ clock-output-names = "enet0";
+ brcm,gate-bit = <18>;
+ };
+
+ enet1: clock@19 {
+ compatible = "brcm,bcm63xx-clock";
+ #clock-cells = <1>;
+ clocks = <&enet_misc>;
+ clock-output-names = "enet1";
+ brcm,gate-bit = <19>;
+ };
+
+ usbsu: clock@20 {
+ compatible = "brcm,bcm63xx-clock";
+ #clock-cells = <0>;
+ clock-output-names = "usbsu";
+ brcm,gate-bit = <20>;
+ };
+
+ ephy: clock@21 {
+ compatible = "brcm,bcm63xx-clock";
+ #clock-cells = <0>;
+ clock-output-names = "ephy";
+ brcm,gate-bit = <21>;
+ };
+ };
};
};
};
diff --git a/arch/mips/bcm63xx/dts/bcm6368.dtsi b/arch/mips/bcm63xx/dts/bcm6368.dtsi
index ae1b584..2156be0 100644
--- a/arch/mips/bcm63xx/dts/bcm6368.dtsi
+++ b/arch/mips/bcm63xx/dts/bcm6368.dtsi
@@ -44,6 +44,131 @@
interrupt-controller;
#interrupt-cells = <1>;
};
+
+ clocks {
+ #address-cells = <1>;
+ #size-cells = <0>;
+
+ periph: pll {
+ compatible = "brcm,bcm63xx-clock";
+ #clock-cells = <0>;
+ clock-frequency = <50000000>;
+ clock-output-names = "periph";
+ };
+
+ vdsl_qproc: clock@2 {
+ compatible = "brcm,bcm63xx-clock";
+ #clock-cells = <0>;
+ clock-output-names = "vdsl-qproc";
+ brcm,gate-bit = <2>;
+ };
+
+ vdsl_afe: clock@3 {
+ compatible = "brcm,bcm63xx-clock";
+ #clock-cells = <0>;
+ clock-output-names = "vdsl-afe";
+ brcm,gate-bit = <3>;
+ };
+
+ vdsl_bonding: clock@4 {
+ compatible = "brcm,bcm63xx-clock";
+ #clock-cells = <0>;
+ clock-output-names = "vdsl-bonding";
+ brcm,gate-bit = <4>;
+ };
+
+ vdsl: clock@5 {
+ compatible = "brcm,bcm63xx-clock";
+ #clock-cells = <0>;
+ clock-output-names = "vdsl";
+ brcm,gate-bit = <5>;
+ };
+
+ phymips: clock@6 {
+ compatible = "brcm,bcm63xx-clock";
+ #clock-cells = <0>;
+ clock-output-names = "phymips";
+ brcm,gate-bit = <6>;
+ };
+
+ enetsw_usb: clock@7 {
+ compatible = "brcm,bcm63xx-clock";
+ #clock-cells = <0>;
+ clock-output-names = "enetsw-usb";
+ brcm,gate-bit = <7>;
+ };
+
+ enetsw_sar: clock@8 {
+ compatible = "brcm,bcm63xx-clock";
+ #clock-cells = <0>;
+ clock-output-names = "enetsw-sar";
+ brcm,gate-bit = <8>;
+ };
+
+ spi: clock@9 {
+ compatible = "brcm,bcm63xx-clock";
+ #clock-cells = <0>;
+ clock-output-names = "spi";
+ brcm,gate-bit = <9>;
+ };
+
+ usbd: clock@10 {
+ compatible = "brcm,bcm63xx-clock";
+ #clock-cells = <0>;
+ clock-output-names = "usbd";
+ brcm,gate-bit = <10>;
+ };
+
+ sar: clock@11 {
+ compatible = "brcm,bcm63xx-sar-clock";
+ #clock-cells = <1>;
+ clocks = <&enetsw_sar>;
+ clock-output-names = "sar";
+ brcm,gate-bit = <11>;
+ };
+
+ enetsw: clock@12 {
+ compatible = "brcm,bcm6368-enetsw-clock";
+ #clock-cells = <0>;
+ clock-output-names = "enetsw";
+ brcm,gate-bit = <12>;
+ };
+
+ utopia: clock@13 {
+ compatible = "brcm,bcm63xx-clock";
+ #clock-cells = <0>;
+ clock-output-names = "utopia";
+ brcm,gate-bit = <13>;
+ };
+
+ pcm: clock@14 {
+ compatible = "brcm,bcm63xx-clock";
+ #clock-cells = <0>;
+ clock-output-names = "pcm";
+ brcm,gate-bit = <14>;
+ };
+
+ usbh: clock@15 {
+ compatible = "brcm,bcm63xx-clock";
+ #clock-cells = <0>;
+ clock-output-names = "usbh";
+ brcm,gate-bit = <15>;
+ };
+
+ nand: clock@17 {
+ compatible = "brcm,bcm63xx-clock";
+ #clock-cells = <0>;
+ clock-output-names = "nand";
+ brcm,gate-bit = <17>;
+ };
+
+ ipsec: clock@18 {
+ compatible = "brcm,bcm63xx-clock";
+ #clock-cells = <0>;
+ clock-output-names = "ipsec";
+ brcm,gate-bit = <18>;
+ };
+ };
};
};
};
--
1.7.2.5
next prev parent reply other threads:[~2012-11-11 12:50 UTC|newest]
Thread overview: 36+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-11-11 12:50 [RFC] MIPS: BCM63XX: add initial Device Tree support Jonas Gorski
2012-11-11 12:50 ` [RFC] MIPS: BCM63XX: add generic fallback device trees Jonas Gorski
2012-11-11 12:50 ` [RFC] MIPS: BCM63XX: add Device Tree glue code for IRQ handling Jonas Gorski
2012-11-13 5:00 ` Stephen Warren
2012-11-14 12:09 ` Jonas Gorski
2012-11-17 4:13 ` Stephen Warren
2012-11-11 12:50 ` [RFC] net: ethernet: bcm63xx_enet: use clk_{prepare_enable,disable_unprepare} Jonas Gorski
2012-11-11 12:50 ` Jonas Gorski [this message]
2012-11-13 5:02 ` [RFC] MIPS: BCM63XX: add Device Tree clock definitions Stephen Warren
2012-11-14 12:11 ` Jonas Gorski
2012-11-17 4:15 ` Stephen Warren
2012-11-11 12:50 ` [RFC] MIPS: BCM63XX: switch to common clock and Device Tree Jonas Gorski
2012-11-13 5:04 ` Stephen Warren
2012-11-14 12:12 ` Jonas Gorski
2012-11-11 12:50 ` [RFC] MIPS: BCM63XX: register GPIO controller through " Jonas Gorski
2012-11-13 5:06 ` Stephen Warren
2012-11-14 12:13 ` Jonas Gorski
2012-11-11 12:50 ` [RFC] serial: bcm63xx_uart: allow probing " Jonas Gorski
2012-11-11 12:50 ` [RFC] MIPS: BCM63XX: add serial blocks to Device Tree includes Jonas Gorski
2012-11-11 12:50 ` [RFC] MIPS: BCM63XX: add empty Device Trees for all supported boards Jonas Gorski
2012-11-13 5:12 ` Stephen Warren
2012-11-14 12:15 ` Jonas Gorski
2012-11-11 12:50 ` [RFC] MIPS: BCM63XX: enable serial through Device Tree Jonas Gorski
[not found] ` <1352638249-29298-16-git-send-email-jonas.gorski-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2012-11-13 5:13 ` Stephen Warren
[not found] ` <50A1D6ED.50001-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org>
2012-11-14 12:17 ` Jonas Gorski
[not found] ` <1352638249-29298-1-git-send-email-jonas.gorski-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2012-11-11 12:50 ` [RFC] MIPS: BCM63XX: add support for loading DTB Jonas Gorski
2012-11-11 12:50 ` [RFC] MIPS: BCM63XX: add simple Device Tree includes for all SoCs Jonas Gorski
2012-11-13 4:54 ` Stephen Warren
[not found] ` <50A1D290.3050409-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org>
2012-11-13 17:56 ` David Daney
2012-11-11 12:50 ` [RFC] SPI: spi-bcm63xx: use clk_{prepare_enable,disable_unprepare} Jonas Gorski
2012-11-11 12:50 ` [RFC] bcm63xx-rng: " Jonas Gorski
2012-11-11 12:50 ` [RFC] serial: bcm63xx_uart: remove unnecessary include Jonas Gorski
2012-11-11 12:59 ` [RFC] MIPS: BCM63XX: add initial Device Tree support Jonas Gorski
2012-11-12 11:18 ` Maxime Bizon
2012-11-14 12:07 ` Jonas Gorski
2012-11-14 14:47 ` Maxime Bizon
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1352638249-29298-10-git-send-email-jonas.gorski@gmail.com \
--to=jonas.gorski@gmail.com \
--cc=blogic@openwrt.org \
--cc=cernekee@gmail.com \
--cc=devicetree-discuss@lists.ozlabs.org \
--cc=florian@openwrt.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mips@linux-mips.org \
--cc=mbizon@freebox.fr \
--cc=ralf@linux-mips.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).