mirror of
				https://github.com/smaeul/u-boot.git
				synced 2025-11-04 05:50:17 +00:00 
			
		
		
		
	ARM: dts: stm32: Add configuration EEPROM on AV96
The board has an EEPROM on the same I2C bus as PMIC, at address 0x53. The EEPROM contains the board MAC address. Reviewed-by: Patrice Chotard <patrice.chotard@st.com> Reviewed-by: Patrick Delaunay <patrick.delaunay@st.com> Signed-off-by: Marek Vasut <marex@denx.de> Cc: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org> Cc: Patrick Delaunay <patrick.delaunay@st.com> Cc: Patrice Chotard <patrice.chotard@st.com> Change-Id: I340a0675c11e4599968b2e3ef0515fb8da8d7b42
This commit is contained in:
		
							parent
							
								
									f19312e5f4
								
							
						
					
					
						commit
						e182dcaa1b
					
				@ -16,6 +16,7 @@
 | 
				
			|||||||
	compatible = "arrow,stm32mp157a-avenger96", "st,stm32mp157";
 | 
						compatible = "arrow,stm32mp157a-avenger96", "st,stm32mp157";
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	aliases {
 | 
						aliases {
 | 
				
			||||||
 | 
							eeprom0 = &eeprom0;
 | 
				
			||||||
		ethernet0 = ðernet0;
 | 
							ethernet0 = ðernet0;
 | 
				
			||||||
		mmc0 = &sdmmc1;
 | 
							mmc0 = &sdmmc1;
 | 
				
			||||||
		serial0 = &uart4;
 | 
							serial0 = &uart4;
 | 
				
			||||||
@ -289,6 +290,12 @@
 | 
				
			|||||||
			status = "disabled";
 | 
								status = "disabled";
 | 
				
			||||||
		};
 | 
							};
 | 
				
			||||||
	};
 | 
						};
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
						eeprom0: eeprom@53 {
 | 
				
			||||||
 | 
							compatible = "atmel,24c02";
 | 
				
			||||||
 | 
							reg = <0x53>;
 | 
				
			||||||
 | 
							pagesize = <16>;
 | 
				
			||||||
 | 
						};
 | 
				
			||||||
};
 | 
					};
 | 
				
			||||||
 | 
					
 | 
				
			||||||
&iwdg2 {
 | 
					&iwdg2 {
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user