Skip to content
Snippets Groups Projects
Commit 4a9c0a65 authored by Robert Nelson's avatar Robert Nelson
Browse files

am335x-roboticscape.dtsi: base dts needs i2c2 too

parent d7cdfa9f
Branches
No related tags found
No related merge requests found
...@@ -92,8 +92,8 @@ ...@@ -92,8 +92,8 @@
0x158 0x32 /* P9.18,i2c1_sda,INPUT_PULLUP,MODE2 */ 0x158 0x32 /* P9.18,i2c1_sda,INPUT_PULLUP,MODE2 */
/* I2C2 */ /* I2C2 */
0x17c 0x73 /* P9.19, i2c2_sda, mode 3 */ //0x17c 0x73 /* P9.19, i2c2_sda, mode 3 */
0x178 0x73 /* P9.20, i2c2_sda, mode 3 */ //0x178 0x73 /* P9.20, i2c2_sda, mode 3 */
/* UART5 */ /* UART5 */
0x0C4 0x34 /* P8.38,uart5_rxd,MODE4 */ 0x0C4 0x34 /* P8.38,uart5_rxd,MODE4 */
...@@ -398,14 +398,6 @@ ...@@ -398,14 +398,6 @@
#size-cells = <0>; #size-cells = <0>;
}; };
&i2c2 {
status = "okay";
clock-frequency = <400000>;
#address-cells = <1>;
#size-cells = <0>;
};
/******************************************************************************* /*******************************************************************************
* SPI * SPI
*******************************************************************************/ *******************************************************************************/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment