aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/hi4511.dts
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/boot/dts/hi4511.dts')
-rw-r--r--arch/arm/boot/dts/hi4511.dts41
1 files changed, 22 insertions, 19 deletions
diff --git a/arch/arm/boot/dts/hi4511.dts b/arch/arm/boot/dts/hi4511.dts
index 70a5c45bd8ee..46a6f5e3cc24 100644
--- a/arch/arm/boot/dts/hi4511.dts
+++ b/arch/arm/boot/dts/hi4511.dts
@@ -54,7 +54,28 @@
memory {
reg = <0x00000000 0x20000000>;
};
+
+
+ soc {
+ i2c0: i2c@fcb08000 {
+ status = "ok";
+ pinctrl-names = "default";
+ pinctrl-0 = <&i2c0_pmx_func &i2c0_cfg_func>;
+ i2c_test: i2c_test@58 {
+ compatible = "hs,i2c_test_tpa2028";
+ reg = <0x58>;
+ };
+ };
+ i2c1: i2c@fcb09000 {
+ status = "ok";
+ pinctrl-names = "default";
+ pinctrl-0 = <&i2c1_pmx_func &i2c1_cfg_func>;
+ bq24161: charger@6b {
+ compatible = "hs,i2c_test_bq24161";
+ reg = <0x6b>;
+ };
+ };
amba {
timer0: timer@fc800000 {
status = "ok";
@@ -810,25 +831,6 @@
};
};
- i2c0: i2c@fcb08000 {
- status = "ok";
- pinctrl-names = "default";
- pinctrl-0 = <&i2c0_pmx_func &i2c0_cfg_func>;
- i2c_test: i2c_test@58 {
- compatible = "hs,i2c_test_tpa2028";
- reg = <0x58>;
- };
- };
-
- i2c1: i2c@fcb09000 {
- status = "ok";
- pinctrl-names = "default";
- pinctrl-0 = <&i2c1_pmx_func &i2c1_cfg_func>;
- bq24161: charger@6b {
- compatible = "hs,i2c_test_bq24161";
- reg = <0x6b>;
- };
- };
regulators {
compatible = "hisilicon,hi6421-pmic";
@@ -1325,4 +1327,5 @@
};
}; /* end of regulators */
}; /* end of amba */
+ };
};