Skip to content

Commit

Permalink
squash: Add cprman to dt
Browse files Browse the repository at this point in the history
  • Loading branch information
popcornmix committed Dec 14, 2015
1 parent 917cb28 commit 802f5e8
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions arch/arm/boot/dts/bcm2708_common.dtsi
Expand Up @@ -85,6 +85,18 @@
status = "disabled";
};

cprman: cprman@7e101000 {
compatible = "brcm,bcm2835-cprman";
#clock-cells = <1>;
reg = <0x7e101000 0x2000>;

/* CPRMAN derives everything from the platform's
* oscillator.
*/
clocks = <&clk_osc>;
status = "disabled";
};

random: rng@7e104000 {
compatible = "brcm,bcm2835-rng";
reg = <0x7e104000 0x10>;
Expand Down Expand Up @@ -312,6 +324,15 @@
clock-div = <1>;
clock-mult = <2>;
};

/* The oscillator is the root of the clock tree. */
clk_osc: clock@7 {
compatible = "fixed-clock";
reg = <7>;
#clock-cells = <0>;
clock-output-names = "osc";
clock-frequency = <19200000>;
};
};

__overrides__ {
Expand Down

0 comments on commit 802f5e8

Please sign in to comment.