9
0
Fork 0

MIPS: ath79: ar9331: add devicetree files

Signed-off-by: Antony Pavlov <antonynpavlov@gmail.com>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
This commit is contained in:
Antony Pavlov 2014-03-28 01:26:41 +04:00 committed by Sascha Hauer
parent 8e74db588d
commit 0b7f8d996d
2 changed files with 27 additions and 0 deletions

26
arch/mips/dts/ar9331.dtsi Normal file
View File

@ -0,0 +1,26 @@
#include <dt-bindings/clock/ar933x-clk.h>
#include "skeleton.dtsi"
/ {
soc {
#address-cells = <1>;
#size-cells = <1>;
compatible = "simple-bus";
device_type = "soc";
ranges;
serial0: serial@b8020000 {
compatible = "qca,ar9330-uart";
reg = <0xb8020000 0x14>;
clocks = <&ar9331_clk AR933X_CLK_UART>;
status = "disabled";
};
ar9331_clk: clock {
compatible = "qca,ar933x-clk";
reg = <0xb8050000 0x48>;
#clock-cells = <1>;
};
};
};

View File

@ -0,0 +1 @@
../../../../include/dt-bindings