Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 5 additions & 10 deletions arch/arm/boot/dts/adi/sc573-ezlite.dts
Original file line number Diff line number Diff line change
Expand Up @@ -56,27 +56,27 @@
};

scb {
button0: button@0 {
compatible = "adi,button-led";
// en-pins = <&gpio_expander1 2 GPIO_ACTIVE_LOW>, /* PUSHBUTTON1_EN */
// <&gpio_expander1 3 GPIO_ACTIVE_LOW>; /* LEDS_EN */
// button_gpio = <40>;
// led_gpio = <77>;
};

Check warning on line 65 in arch/arm/boot/dts/adi/sc573-ezlite.dts

View workflow job for this annotation

GitHub Actions / build_gcc_arm / build

(unit_address_vs_reg): /scb/button@0: node has a unit name, but no reg or ranges property

Check warning on line 65 in arch/arm/boot/dts/adi/sc573-ezlite.dts

View workflow job for this annotation

GitHub Actions / build_gcc_arm / build

(simple_bus_reg): /scb/button@0: missing or empty reg/ranges property
button1: button@1 {
compatible = "adi,button-led";
// en-pins = <&gpio_expander1 1 GPIO_ACTIVE_LOW>, /* PUSHBUTTON2_EN */
// <&gpio_expander1 3 GPIO_ACTIVE_LOW>; /* LEDS_EN */
// button_gpio = <41>;
// led_gpio = <9>;
};

Check warning on line 72 in arch/arm/boot/dts/adi/sc573-ezlite.dts

View workflow job for this annotation

GitHub Actions / build_gcc_arm / build

(unit_address_vs_reg): /scb/button@1: node has a unit name, but no reg or ranges property

Check warning on line 72 in arch/arm/boot/dts/adi/sc573-ezlite.dts

View workflow job for this annotation

GitHub Actions / build_gcc_arm / build

(simple_bus_reg): /scb/button@1: missing or empty reg/ranges property
button2: button@2 {
compatible = "adi,button-led";
// en-pins = <&gpio_expander1 0 GPIO_ACTIVE_LOW>, /* PUSHBUTTON3_EN */
// <&gpio_expander1 3 GPIO_ACTIVE_LOW>; /* LEDS_EN */
// button_gpio = <42>;
// led_gpio = <65>;
};

Check warning on line 79 in arch/arm/boot/dts/adi/sc573-ezlite.dts

View workflow job for this annotation

GitHub Actions / build_gcc_arm / build

(unit_address_vs_reg): /scb/button@2: node has a unit name, but no reg or ranges property

Check warning on line 79 in arch/arm/boot/dts/adi/sc573-ezlite.dts

View workflow job for this annotation

GitHub Actions / build_gcc_arm / build

(simple_bus_reg): /scb/button@2: missing or empty reg/ranges property

core1-rproc@3108C000 {
compatible = "adi,remoteproc";
Expand Down Expand Up @@ -112,28 +112,28 @@
status = "okay";
};

sound {
compatible = "adi,sc5xx-asoc-card";
adi,cpu-dai = <&i2s0>;
adi,codec = <&adau1962>, <&adau1979>;
status = "okay";
};

Check warning on line 120 in arch/arm/boot/dts/adi/sc573-ezlite.dts

View workflow job for this annotation

GitHub Actions / build_gcc_arm / build

(simple_bus_reg): /scb/sound: missing or empty reg/ranges property
};
};

&tru {
mcapi_to_a5: channel@0 {
adi,tru-master-id = <70>; /* trigger master SOFT3 */
adi,tru-slave-id = <71>; /* TRU0_IRQ3 */
};

Check warning on line 128 in arch/arm/boot/dts/adi/sc573-ezlite.dts

View workflow job for this annotation

GitHub Actions / build_gcc_arm / build

(unit_address_vs_reg): /scb/tru@3108a000/channel@0: node has a unit name, but no reg or ranges property
mcapi_to_sharc0: channel@1 {
adi,tru-master-id = <71>; /* trigger master SOFT4 */
adi,tru-slave-id = <75>; /* TRU0_IRQ7 */
};

Check warning on line 132 in arch/arm/boot/dts/adi/sc573-ezlite.dts

View workflow job for this annotation

GitHub Actions / build_gcc_arm / build

(unit_address_vs_reg): /scb/tru@3108a000/channel@1: node has a unit name, but no reg or ranges property
mcapi_to_sharc1: channel@2 {
adi,tru-master-id = <72>; /* trigger master SOFT5 */
adi,tru-slave-id = <79>; /* TRU0_IRQ11 */
};

Check warning on line 136 in arch/arm/boot/dts/adi/sc573-ezlite.dts

View workflow job for this annotation

GitHub Actions / build_gcc_arm / build

(unit_address_vs_reg): /scb/tru@3108a000/channel@2: node has a unit name, but no reg or ranges property
};

&uart0 {
Expand Down Expand Up @@ -176,27 +176,22 @@
spi-rx-bus-width = <4>;

partition@0 {
label = "uboot spl (spi)";
label = "U-boot SPL";
reg = <0x0 0x20000>;
};

partition@1 {
label = "uboot proper (spi)";
label = "U-boot Proper";
reg = <0x20000 0xb0000>;
};

partition@2 {
label = "uboot env";
reg = <0xd0000 0x10000>;
label = "Kernel";
reg = <0x00d0000 0x0610000>;
};

partition@3 {
label = "kernel (spi)";
reg = <0x00e0000 0x0600000>;
};

partition@4 {
label = "root file system (spi)";
label = "Rootfs";
reg = <0x06e0000 0x0920000>;
};
};
Expand Down
15 changes: 5 additions & 10 deletions arch/arm/boot/dts/adi/sc589-mini.dts
Original file line number Diff line number Diff line change
Expand Up @@ -136,27 +136,22 @@
reg = <0>;

partition@0 {
label = "uboot spl (spi)";
label = "U-boot SPL";
reg = <0x0 0x20000>;
};

partition@1 {
label = "uboot proper (spi)";
label = "U-boot Proper";
reg = <0x20000 0xb0000>;
};

partition@2 {
label = "uboot env";
reg = <0xd0000 0x10000>;
label = "Kernel";
reg = <0x00d0000 0x0810000>;
};

partition@3 {
label = "kernel (spi)";
reg = <0x00e0000 0x0800000>;
};

partition@4 {
label = "root file system (spi)";
label = "Rootfs";
reg = <0x08e0000 0x3720000>;
};
};
Expand Down
34 changes: 12 additions & 22 deletions arch/arm/boot/dts/adi/sc594-som.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -183,19 +183,14 @@
reg = <0x40000 0xC0000>;
};

qspi_2: partition@2 {
label = "U-Boot Environment";
reg = <0x100000 0x20000>;
qspi_2: partition@3 {
label = "Kernel";
reg = <0x00100000 0xF00000>;
};

qspi_3: partition@3 {
label = "FIT Image";
reg = <0x120000 0xF00000>;
};

qspi_4: partition@4 {
label = "JFFS2 Formatted RFS";
reg = <0x1020000 0x2FE0000>;
qspi_3: partition@4 {
label = "Rootfs";
reg = <0x1000000 0x03000000>;
};

};
Expand Down Expand Up @@ -239,19 +234,14 @@
reg = <0x40000 0xC0000>;
};

ospi_2: partition@2 {
label = "U-Boot Environment";
reg = <0x100000 0x20000>;
};

ospi_3: partition@3 {
label = "FIT Image";
reg = <0x120000 0xF00000>;
ospi_2: partition@3 {
label = "Kernel";
reg = <0x100000 0xF00000>;
};

ospi_4: partition@4 {
label = "JFFS2 Formatted RFS";
reg = <0x1020000 0xFE0000>;
ospi_3: partition@4 {
label = "Rootfs";
reg = <0x01000000 0x1000000>;
};
};
};
Expand Down
13 changes: 4 additions & 9 deletions arch/arm64/boot/dts/adi/sc598-som-ezkit.dts
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@
compatible = "adi,sc598-som-ezkit", "adi,sc59x-64";

scb {
sound {
compatible = "adi,sc5xx-asoc-card";
adi,cpu-dai = <&i2s4>;
adi,codec = <&adau1962>, <&adau1979>;
};

Check warning on line 19 in arch/arm64/boot/dts/adi/sc598-som-ezkit.dts

View workflow job for this annotation

GitHub Actions / build_gcc_aarch64 / build

(simple_bus_reg): /scb/sound: missing or empty reg/ranges property
};
};

Expand All @@ -26,52 +26,47 @@

status = "disabled";

flash0: mx66lm1g45@0 {
#address-cells = <1>;
#size-cells = <1>;
compatible = "mx66lm1g45", "jedec,spi-nor";
reg = <0>;
spi-max-frequency = <83333334>;
spi-tx-bus-width = <8>;
spi-rx-bus-width = <8>;

cdns,read-delay = <4>;
cdns,tshsl-ns = <50>;
cdns,tsd2d-ns = <50>;
cdns,tchsh-ns = <4>;
cdns,tslch-ns = <4>;

partitions {
compatible = "fixed-partitions";
#address-cells = <1>;
#size-cells = <1>;

ospi_0: partition@0 {
label = "U-Boot SPL";
reg = <0x0 0x40000>;
};

ospi_1: partition@1 {
label = "U-Boot Proper";
reg = <0x40000 0xC0000>;
};

ospi_2: partition@2 {
label = "U-Boot Environment";
reg = <0x100000 0x20000>;
};

ospi_3: partition@3 {
label = "FIT Image";
reg = <0x120000 0xF00000>;
reg = <0x100000 0xF00000>;
};

ospi_4: partition@4 {
label = "JFFS2 Formatted RFS";
reg = <0x1020000 0xFE0000>;
ospi_3: partition@3 {
label = "Rootfs";
reg = <0x1000000 0x1000000>;
};
};
};

Check warning on line 69 in arch/arm64/boot/dts/adi/sc598-som-ezkit.dts

View workflow job for this annotation

GitHub Actions / build_gcc_aarch64 / build

(avoid_unnecessary_addr_size): /scb/spi@31027000/mx66lm1g45@0: unnecessary #address-cells/#size-cells without "ranges", "dma-ranges" or child "reg" property
};

&i2c2 {
Expand Down
11 changes: 3 additions & 8 deletions arch/arm64/boot/dts/adi/sc598-som-revD.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -103,18 +103,13 @@
};

qspi_2@100000 {
label = "dtb";
reg = <0x00100000 0x00010000>;
};

qspi_3@110000 {
label = "kernel";
reg = <0x00110000 0x02000000>;
reg = <0x00100000 0x00F00000>;
};

qspi_4@2110000 {
qspi_3@1000000 {
label = "rootfs";
reg = <0x02110000 0x01EF0000>;
reg = <0x01000000 0x03000000>;
};
};
};
Expand Down
11 changes: 3 additions & 8 deletions arch/arm64/boot/dts/adi/sc598-som-revE.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -102,18 +102,13 @@
};

qspi_2@100000 {
label = "dtb";
reg = <0x00100000 0x00010000>;
};

qspi_3@110000 {
label = "kernel";
reg = <0x00110000 0x02000000>;
reg = <0x00100000 0x02000000>;
};

qspi_4@2110000 {
qspi_3@2100000 {
label = "rootfs";
reg = <0x02110000 0x05EF0000>;
reg = <0x02100000 0x05EF0000>;
};
};
};
Expand Down
Loading