aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorZhangfei Gao <zhangfei.gao@linaro.org>2014-10-28 21:27:42 -0400
committerWei Xu <xuwei5@hisilicon.com>2014-11-07 06:29:49 -0500
commitf4d0ab1e6d4947e1220c0bab1ae22e471af954ea (patch)
tree845a9f344eefd911c4a44d9dc0190e363c67be5a
parenta3322d284b663160d85dde44373d84bcfc48d009 (diff)
ARM: dts: hix5hd2: add i2c node
Signed-off-by: Zhangfei Gao <zhangfei.gao@linaro.org> Signed-off-by: Wei Xu <xuwei5@hisilicon.com>
-rw-r--r--arch/arm/boot/dts/hisi-x5hd2.dtsi60
1 files changed, 60 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/hisi-x5hd2.dtsi b/arch/arm/boot/dts/hisi-x5hd2.dtsi
index 576d8c229c47..b8deb6ce2679 100644
--- a/arch/arm/boot/dts/hisi-x5hd2.dtsi
+++ b/arch/arm/boot/dts/hisi-x5hd2.dtsi
@@ -486,5 +486,65 @@
486 clocks = <&clock HIX5HD2_FIXED_24M>; 486 clocks = <&clock HIX5HD2_FIXED_24M>;
487 hisilicon,power-syscon = <&sysctrl>; 487 hisilicon,power-syscon = <&sysctrl>;
488 }; 488 };
489
490 i2c0: i2c@b10000 {
491 compatible = "hisilicon,hix5hd2-i2c";
492 reg = <0xb10000 0x1000>;
493 interrupts = <0 38 4>;
494 clocks = <&clock HIX5HD2_I2C0_RST>;
495 #address-cells = <1>;
496 #size-cells = <0>;
497 status = "disabled";
498 };
499
500 i2c1: i2c@b11000 {
501 compatible = "hisilicon,hix5hd2-i2c";
502 reg = <0xb11000 0x1000>;
503 interrupts = <0 39 4>;
504 clocks = <&clock HIX5HD2_I2C1_RST>;
505 #address-cells = <1>;
506 #size-cells = <0>;
507 status = "disabled";
508 };
509
510 i2c2: i2c@b12000 {
511 compatible = "hisilicon,hix5hd2-i2c";
512 reg = <0xb12000 0x1000>;
513 interrupts = <0 40 4>;
514 clocks = <&clock HIX5HD2_I2C2_RST>;
515 #address-cells = <1>;
516 #size-cells = <0>;
517 status = "disabled";
518 };
519
520 i2c3: i2c@b13000 {
521 compatible = "hisilicon,hix5hd2-i2c";
522 reg = <0xb13000 0x1000>;
523 interrupts = <0 41 4>;
524 clocks = <&clock HIX5HD2_I2C3_RST>;
525 #address-cells = <1>;
526 #size-cells = <0>;
527 status = "disabled";
528 };
529
530 i2c4: i2c@b16000 {
531 compatible = "hisilicon,hix5hd2-i2c";
532 reg = <0xb16000 0x1000>;
533 interrupts = <0 43 4>;
534 clocks = <&clock HIX5HD2_I2C4_RST>;
535 #address-cells = <1>;
536 #size-cells = <0>;
537 status = "disabled";
538 };
539
540 i2c5: i2c@b17000 {
541 compatible = "hisilicon,hix5hd2-i2c";
542 reg = <0xb17000 0x1000>;
543 interrupts = <0 44 4>;
544 clocks = <&clock HIX5HD2_I2C5_RST>;
545 #address-cells = <1>;
546 #size-cells = <0>;
547 status = "disabled";
548 };
489 }; 549 };
490}; 550};