mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-08-24 08:01:21 +02:00
ARM: dts: at91: sama7g5ek: move eeproms to flexcom8
The rev4 of the board sama7g5ek has the eeproms on flexcom8 instead of flexcom1. Initialize flexcom8 with required pincontrol and move the eeproms accordingly. Signed-off-by: Eugen Hristev <eugen.hristev@microchip.com>
This commit is contained in:
parent
4727f954a4
commit
e92ebf9f25
@ -20,6 +20,7 @@
|
|||||||
aliases {
|
aliases {
|
||||||
serial0 = &uart0;
|
serial0 = &uart0;
|
||||||
i2c0 = &i2c1;
|
i2c0 = &i2c1;
|
||||||
|
i2c1 = &i2c8;
|
||||||
};
|
};
|
||||||
|
|
||||||
chosen {
|
chosen {
|
||||||
@ -92,17 +93,31 @@
|
|||||||
pinctrl-names = "default";
|
pinctrl-names = "default";
|
||||||
pinctrl-0 = <&pinctrl_flx1_default>;
|
pinctrl-0 = <&pinctrl_flx1_default>;
|
||||||
status = "okay";
|
status = "okay";
|
||||||
|
};
|
||||||
|
|
||||||
eeprom@52 {
|
&flx8 {
|
||||||
compatible = "microchip,24aa02e48";
|
atmel,flexcom-mode = <ATMEL_FLEXCOM_MODE_TWI>;
|
||||||
reg = <0x52>;
|
status = "okay";
|
||||||
pagesize = <16>;
|
|
||||||
};
|
|
||||||
|
|
||||||
eeprom@53 {
|
i2c8: i2c@600 {
|
||||||
compatible = "microchip,24aa02e48";
|
pinctrl-names = "default";
|
||||||
reg = <0x53>;
|
pinctrl-0 = <&pinctrl_i2c8_default>;
|
||||||
pagesize = <16>;
|
i2c-analog-filter;
|
||||||
|
i2c-digital-filter;
|
||||||
|
i2c-digital-filter-width-ns = <35>;
|
||||||
|
status = "okay";
|
||||||
|
|
||||||
|
eeprom@52 {
|
||||||
|
compatible = "microchip,24aa02e48";
|
||||||
|
reg = <0x52>;
|
||||||
|
pagesize = <16>;
|
||||||
|
};
|
||||||
|
|
||||||
|
eeprom@53 {
|
||||||
|
compatible = "microchip,24aa02e48";
|
||||||
|
reg = <0x53>;
|
||||||
|
pagesize = <16>;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
@ -145,6 +160,12 @@
|
|||||||
bias-pull-up;
|
bias-pull-up;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
pinctrl_i2c8_default: i2c8_default {
|
||||||
|
pinmux = <PIN_PC14__FLEXCOM8_IO0>,
|
||||||
|
<PIN_PC13__FLEXCOM8_IO1>;
|
||||||
|
bias-disable;
|
||||||
|
};
|
||||||
|
|
||||||
pinctrl_qspi: qspi {
|
pinctrl_qspi: qspi {
|
||||||
pinmux = <PIN_PB12__QSPI0_IO0>,
|
pinmux = <PIN_PB12__QSPI0_IO0>,
|
||||||
<PIN_PB11__QSPI0_IO1>,
|
<PIN_PB11__QSPI0_IO1>,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user