u-boot-brain/arch/powerpc/dts/p1010rdb.dtsi

15 lines
202 B
Plaintext
Raw Normal View History

// 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>;
};
};
};