Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions arch/arm/dts/sc573-ezlite.dts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@
};

&i2c0 {
status = "okay";

gpio_expander0: mcp23017@21 {
compatible = "microchip,mcp23017";
reg = <0x21>;
Expand Down
2 changes: 2 additions & 0 deletions arch/arm/dts/sc584-ezkit.dts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@
};

&i2c2 {
status = "okay";

gpio_expander0: mcp23017@21 {
compatible = "microchip,mcp23017";
reg = <0x21>;
Expand Down
2 changes: 2 additions & 0 deletions arch/arm/dts/sc589-ezkit.dts
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@
&i2c0 {
#address-cells = <1>;
#size-cells = <0>;
status = "okay";

gpio_expander0: mcp23017@21 {
compatible = "microchip,mcp23017";
reg = <0x21>;
Expand Down
13 changes: 13 additions & 0 deletions arch/arm/dts/sc594-som.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@

&i2c2 {
clocks = <&clk ADSP_SC594_CLK_CGU0_SCLK0>;
status = "okay";

som_gpio_expander: mcp23017@21 {
compatible = "microchip,mcp23017";
Expand Down Expand Up @@ -153,6 +154,18 @@
};
};

&i2c3 {
clocks = <&clk ADSP_SC594_CLK_CGU0_SCLK0>;
};

&i2c4 {
clocks = <&clk ADSP_SC594_CLK_CGU0_SCLK0>;
};

&i2c5 {
clocks = <&clk ADSP_SC594_CLK_CGU0_SCLK0>;
};

&ospi {
status = "okay";

Expand Down
2 changes: 2 additions & 0 deletions arch/arm/dts/sc598-som-revD.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
#include "sc598-som.dtsi"

&i2c2 {
status = "okay";

som_gpio_expander: mcp23018@20 {
compatible = "microchip,mcp23018";
reg = <0x20>;
Expand Down
2 changes: 2 additions & 0 deletions arch/arm/dts/sc598-som-revE.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
#include "sc598-som.dtsi"

&i2c2 {
status = "okay";

som_gpio_expander: adp5587@34 {
compatible = "adi,adp5587";
reg = <0x34>;
Expand Down
12 changes: 12 additions & 0 deletions arch/arm/dts/sc598-som.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,18 @@
clocks = <&clk ADSP_SC598_CLK_CGU0_SCLK0>;
};

&i2c3 {
clocks = <&clk ADSP_SC598_CLK_CGU0_SCLK0>;
};

&i2c4 {
clocks = <&clk ADSP_SC598_CLK_CGU0_SCLK0>;
};

&i2c5 {
clocks = <&clk ADSP_SC598_CLK_CGU0_SCLK0>;
};

&spi2 {
clocks = <&clk ADSP_SC598_CLK_SPI>;
};
Expand Down
30 changes: 30 additions & 0 deletions arch/arm/dts/sc59x.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,36 @@
pinctrl-0 = <&usb0_default>;
status = "disabled";
};

i2c3: i2c3@31001000 {
#address-cells = <1>;
#size-cells = <0>;
compatible = "adi-i2c";
reg = <0x31001000 0x100>;
clock-names = "i2c";
status = "disabled";
bootph-pre-ram;
};

i2c4: i2c4@31001100 {
#address-cells = <1>;
#size-cells = <0>;
compatible = "adi-i2c";
reg = <0x31001100 0x100>;
clock-names = "i2c";
status = "disabled";
bootph-pre-ram;
};

i2c5: i2c5@31001200 {
#address-cells = <1>;
#size-cells = <0>;
compatible = "adi-i2c";
reg = <0x31001200 0x100>;
clock-names = "i2c";
status = "disabled";
bootph-pre-ram;
};
};
};

Expand Down
12 changes: 6 additions & 6 deletions arch/arm/dts/sc5xx.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -140,29 +140,29 @@
#address-cells = <1>;
#size-cells = <0>;
compatible = "adi-i2c";
reg = <0x31001400 0x1000>;
reg = <0x31001400 0x100>;
Comment thread
pamolloy marked this conversation as resolved.
clock-names = "i2c";
status = "okay";
status = "disabled";
bootph-pre-ram;
};

i2c1: i2c1@31001500 {
#address-cells = <1>;
#size-cells = <0>;
compatible = "adi-i2c";
reg = <0x31001500 0x1000>;
reg = <0x31001500 0x100>;
clock-names = "i2c";
status = "okay";
status = "disabled";
bootph-pre-ram;
};

i2c2: i2c2@31001600 {
#address-cells = <1>;
#size-cells = <0>;
compatible = "adi-i2c";
reg = <0x31001600 0x1000>;
reg = <0x31001600 0x100>;
clock-names = "i2c";
status = "okay";
status = "disabled";
bootph-pre-ram;
};
};
Expand Down
Loading