File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed
boards/arm/efr32bg_sltb010a Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change 119119&trng {
120120 status = "okay";
121121};
122+
123+ &i2c0 {
124+ location-sda = <GECKO_LOCATION(3) GECKO_PORT_D GECKO_PIN(2)>;
125+ location-scl = <GECKO_LOCATION(3) GECKO_PORT_D GECKO_PIN(3)>;
126+ status = "okay";
127+ };
Original file line number Diff line number Diff line change 8181 compatible = "silabs,gecko-i2c";
8282 clock-frequency = <I2C_BITRATE_STANDARD>;
8383 reg = <0x5a010000 0x3044>;
84+ #address-cells = <1>;
85+ #size-cells = <0>;
8486 interrupts = <27 0>;
8587 status = "disabled";
8688 };
8991 compatible = "silabs,gecko-i2c";
9092 clock-frequency = <I2C_BITRATE_STANDARD>;
9193 reg = <0x50068000 0x3044>;
94+ #address-cells = <1>;
95+ #size-cells = <0>;
9296 interrupts = <28 0>;
9397 status = "disabled";
9498 };
You can’t perform that action at this time.
0 commit comments