mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-09-23 06:41:36 +02:00
powerpc: dts: p1010: add i2c node
Add i2c node of p1010 Signed-off-by: Biwen Li <biwen.li@nxp.com> Reviewed-by: Priyanka Jain <priyanka.jain@nxp.com>
This commit is contained in:
parent
d76485b941
commit
9e36eae124
@ -15,3 +15,4 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
/include/ "p1010si-post.dtsi"
|
/include/ "p1010si-post.dtsi"
|
||||||
|
/include/ "p1010rdb.dtsi"
|
||||||
|
@ -15,3 +15,4 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
/include/ "p1010si-post.dtsi"
|
/include/ "p1010si-post.dtsi"
|
||||||
|
/include/ "p1010rdb.dtsi"
|
||||||
|
14
arch/powerpc/dts/p1010rdb.dtsi
Normal file
14
arch/powerpc/dts/p1010rdb.dtsi
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
// SPDX-License-Identifier: GPL-2.0+ OR X11
|
||||||
|
/*
|
||||||
|
* P1010RDB Device Tree Source
|
||||||
|
*
|
||||||
|
* Copyright 2020 NXP
|
||||||
|
*/
|
||||||
|
&soc {
|
||||||
|
i2c@3000 {
|
||||||
|
rtc@68 {
|
||||||
|
compatible = "pericom,pt7c4338";
|
||||||
|
reg = <0x68>;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
@ -23,6 +23,8 @@
|
|||||||
single-cpu-affinity;
|
single-cpu-affinity;
|
||||||
last-interrupt-source = <255>;
|
last-interrupt-source = <255>;
|
||||||
};
|
};
|
||||||
|
/include/ "pq3-i2c-0.dtsi"
|
||||||
|
/include/ "pq3-i2c-1.dtsi"
|
||||||
};
|
};
|
||||||
|
|
||||||
/* controller at 0x9000 */
|
/* controller at 0x9000 */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user