Skip to content
Snippets Groups Projects
Commit 100d189b authored by Oleksii Kutuzov's avatar Oleksii Kutuzov
Browse files

dts:maury: Add interrupts, move eeprom node to b79 include

dts:b79: Move eeprom node from mauri dtsi
parent 97d80478
No related branches found
No related tags found
1 merge request!467Add Modular Vision Baseboard
...@@ -82,7 +82,13 @@ postcode: ht16k33@71 { ...@@ -82,7 +82,13 @@ postcode: ht16k33@71 {
reg = <0x71>; reg = <0x71>;
refresh-rate-hz = <10>; refresh-rate-hz = <10>;
status = "okay"; status = "okay";
//status = "disabled"; };
// EEPROM 24AA025TI/MC
eeprom: 24c64@50 {
compatible = "atmel,24c64";
reg = <0x50>;
pagesize = <32>;
}; };
}; };
......
...@@ -24,11 +24,13 @@ ...@@ -24,11 +24,13 @@
#include "../freescale/imx93.dtsi" #include "../freescale/imx93.dtsi"
#include "maury-pinfunc.h" #include "maury-pinfunc.h"
#define STM32_NGPIOS 39 #define STM32_NGPIOS 40
#define STM32_IRQ_BASE STM32_NGPIOS #define STM32_IRQ_BASE STM32_NGPIOS
#define STM32_IRQ_RTC (STM32_IRQ_BASE + 0) #define STM32_IRQ_RTC (STM32_IRQ_BASE + 0)
#define STM32_IRQ_SMB (STM32_IRQ_BASE + 1) #define STM32_IRQ_SMB (STM32_IRQ_BASE + 1)
#define STM32_IRQ_CPU (STM32_IRQ_BASE + 2) #define STM32_IRQ_CPU (STM32_IRQ_BASE + 2)
#define STM32_IRQ_GPIO4 (STM32_IRQ_BASE + 3)
#define STM32_IRQ_GPIO6 (STM32_IRQ_BASE + 4)
/ { / {
...@@ -720,13 +722,6 @@ tpm: slb9673@2e { ...@@ -720,13 +722,6 @@ tpm: slb9673@2e {
// children of i2c3 // children of i2c3
&lpi2c3 { &lpi2c3 {
// EEPROM 24AA025TI/MC
eeprom: mc24aa025@50 {
compatible = "atmel,24c32"; // ????
reg = <0x50>;
//status = "disabled";
status = "okay";
};
// RTC PCF85063TP // RTC PCF85063TP
rtc: pcf8563@51 { rtc: pcf8563@51 {
...@@ -749,7 +744,6 @@ stm32: stm32@40 { ...@@ -749,7 +744,6 @@ stm32: stm32@40 {
pinctrl-names = "default"; pinctrl-names = "default";
pinctrl-0 = <&pinctrl_stm32>; pinctrl-0 = <&pinctrl_stm32>;
interrupt-parent = <&gpio2>; interrupt-parent = <&gpio2>;
//interrupts = <18 IRQ_TYPE_LEVEL_LOW>;
interrupts = <18 IRQ_TYPE_EDGE_FALLING>; interrupts = <18 IRQ_TYPE_EDGE_FALLING>;
#pwm-cells = <2>; #pwm-cells = <2>;
npwm = <2>; npwm = <2>;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment