diff options
author | Angelo Dureghello | 2023-04-05 00:59:27 +0200 |
---|---|---|
committer | Heiko Schocher | 2023-04-11 06:52:05 +0200 |
commit | 96283b83da57e5ce7f1be9a2432e5b26aff39efb (patch) | |
tree | 935d04ee7ee4d8099e41bd5357807bbd1562c203 /arch/m68k/dts/mcf5208.dtsi | |
parent | b6afa7cf62d7d3c618454009707a458a15a22942 (diff) |
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>
Diffstat (limited to 'arch/m68k/dts/mcf5208.dtsi')
-rw-r--r-- | arch/m68k/dts/mcf5208.dtsi | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/arch/m68k/dts/mcf5208.dtsi b/arch/m68k/dts/mcf5208.dtsi index 4802dd3074e..9392facfa88 100644 --- a/arch/m68k/dts/mcf5208.dtsi +++ b/arch/m68k/dts/mcf5208.dtsi @@ -42,5 +42,15 @@ timeout-loop = <50000>; status = "disabled"; }; + + i2c0: i2c@fc058000 { + compatible = "fsl-i2c"; + #address-cells=<1>; + #size-cells=<0>; + cell-index = <0>; + reg = <0xfc058000 0x14>; + clock-frequency = <100000>; + status = "disabled"; + }; }; }; |