commit | 96283b83da57e5ce7f1be9a2432e5b26aff39efb | [log] [tgz] |
---|---|---|
author | Angelo Dureghello <angelo@kernel-space.org> | Wed Apr 05 00:59:27 2023 +0200 |
committer | Heiko Schocher <hs@denx.de> | Tue Apr 11 06:52:05 2023 +0200 |
tree | 935d04ee7ee4d8099e41bd5357807bbd1562c203 | |
parent | b6afa7cf62d7d3c618454009707a458a15a22942 [diff] [blame] |
m68k: dts: add i2c nodes Add all the i2c nodes for each family, and add specific i2c overwrites in the related board-specific dts. Signed-off-by: Angelo Dureghello <angelo@kernel-space.org>
diff --git a/arch/m68k/dts/M5253DEMO.dts b/arch/m68k/dts/M5253DEMO.dts index 515484a..a3f0706 100644 --- a/arch/m68k/dts/M5253DEMO.dts +++ b/arch/m68k/dts/M5253DEMO.dts
@@ -20,3 +20,8 @@ status = "okay"; }; +&i2c0 { + clock-frequency = <80000>; + u-boot,i2c-slave-addr = <0x7f>; + status = "okay"; +};