Robert Marko 2022-05-20 13:46:31 +02:00 committed by Stefan Roese
parent 8fd3cf2940
commit 58b39652bb

View File

@ -16,7 +16,7 @@
/ {
model = "Methode uDPU Board";
compatible = "methode,udpu", "marvell,armada3720";
compatible = "methode,udpu", "marvell,armada3720", "marvell,armada3710";
chosen {
stdout-path = "serial0:115200n8";
@ -28,35 +28,34 @@
};
leds {
pinctrl-names = "default";
compatible = "gpio-leds";
power1 {
led-power1 {
label = "udpu:green:power";
gpios = <&gpionb 11 GPIO_ACTIVE_LOW>;
};
power2 {
led-power2 {
label = "udpu:red:power";
gpios = <&gpionb 12 GPIO_ACTIVE_LOW>;
};
network1 {
led-network1 {
label = "udpu:green:network";
gpios = <&gpionb 13 GPIO_ACTIVE_LOW>;
};
network2 {
led-network2 {
label = "udpu:red:network";
gpios = <&gpionb 14 GPIO_ACTIVE_LOW>;
};
alarm1 {
led-alarm1 {
label = "udpu:green:alarm";
gpios = <&gpionb 15 GPIO_ACTIVE_LOW>;
};
alarm2 {
led-alarm2 {
label = "udpu:red:alarm";
gpios = <&gpionb 16 GPIO_ACTIVE_LOW>;
};
@ -99,7 +98,7 @@
pinctrl-names = "default";
pinctrl-0 = <&spi_quad_pins>;
spi-flash@0 {
flash@0 {
compatible = "jedec,spi-nor";
reg = <0>;
spi-max-frequency = <54000000>;
@ -153,14 +152,12 @@
scl-gpios = <&gpionb 2 (GPIO_ACTIVE_HIGH | GPIO_OPEN_DRAIN)>;
sda-gpios = <&gpionb 3 (GPIO_ACTIVE_HIGH | GPIO_OPEN_DRAIN)>;
nct375@48 {
status = "okay";
temp-sensor@48 {
compatible = "ti,tmp75c";
reg = <0x48>;
};
nct375@49 {
status = "okay";
temp-sensor@49 {
compatible = "ti,tmp75c";
reg = <0x49>;
};