mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-01-19 11:43:40 +00:00
mips: dts: realtek: Add I2C controllers
Add the I2C controllers that are part of the RTL9300 SoC. Signed-off-by: Chris Packham <chris.packham@alliedtelesis.co.nz> Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
This commit is contained in:
parent
5ec37be43f
commit
56131e6d1f
@ -5,3 +5,11 @@
|
||||
&switch0 {
|
||||
compatible = "realtek,rtl9302c-switch", "syscon", "simple-mfd";
|
||||
};
|
||||
|
||||
&i2c0 {
|
||||
compatible = "realtek,rtl9302c-i2c", "realtek,rtl9301-i2c";
|
||||
};
|
||||
|
||||
&i2c1 {
|
||||
compatible = "realtek,rtl9302c-i2c", "realtek,rtl9301-i2c";
|
||||
};
|
||||
|
@ -41,6 +41,22 @@
|
||||
reg = <0x0c 0x4>;
|
||||
value = <0x01>;
|
||||
};
|
||||
|
||||
i2c0: i2c@36c {
|
||||
compatible = "realtek,rtl9301-i2c";
|
||||
reg = <0x36c 0x14>;
|
||||
#address-cells = <1>;
|
||||
#size-cells = <0>;
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
i2c1: i2c@388 {
|
||||
compatible = "realtek,rtl9301-i2c";
|
||||
reg = <0x388 0x14>;
|
||||
#address-cells = <1>;
|
||||
#size-cells = <0>;
|
||||
status = "disabled";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user