rk3368: dts: add rk3368 clock dts

This commit is contained in:
dkl
2014-11-05 17:41:31 +08:00
committed by Huang, Tao
parent da14b4e6b7
commit 594ef1283b
2 changed files with 2709 additions and 7 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -6,6 +6,7 @@
#include <dt-bindings/pinctrl/rockchip-rk3288.h>
#include "skeleton.dtsi"
#include "rk3368-clocks.dtsi"
/ {
compatible = "rockchip,rk3368";
@@ -14,13 +15,6 @@
#address-cells = <2>;
#size-cells = <2>;
xin24m: xin24m {
compatible = "fixed-clock";
#clock-cells = <0>;
clock-frequency = <24000000>;
clock-output-names = "xin24m";
};
aliases {
serial0 = &uart_bt;
serial1 = &uart_bb;