mirror of
https://xff.cz/git/u-boot/
synced 2025-09-01 00:32:04 +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:
@@ -15,3 +15,4 @@
|
||||
};
|
||||
|
||||
/include/ "p1010si-post.dtsi"
|
||||
/include/ "p1010rdb.dtsi"
|
||||
|
@@ -15,3 +15,4 @@
|
||||
};
|
||||
|
||||
/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;
|
||||
last-interrupt-source = <255>;
|
||||
};
|
||||
/include/ "pq3-i2c-0.dtsi"
|
||||
/include/ "pq3-i2c-1.dtsi"
|
||||
};
|
||||
|
||||
/* controller at 0x9000 */
|
||||
|
Reference in New Issue
Block a user