Commit 54850df2 authored by Robert Marko's avatar Robert Marko Committed by Bjorn Andersson

ARM: dts: qcom: ipq4019-ap.dk01.1: use existing labels for nodes

All of the nodes under soc already have existing labels so use those
instead.
Signed-off-by: default avatarRobert Marko <robimarko@gmail.com>
Reviewed-by: default avatarKonrad Dybcio <konrad.dybcio@linaro.org>
Link: https://lore.kernel.org/r/20230811210142.403160-1-robimarko@gmail.comSigned-off-by: default avatarBjorn Andersson <andersson@kernel.org>
parent 713bc594
......@@ -27,13 +27,13 @@ aliases {
chosen {
stdout-path = "serial0:115200n8";
};
};
soc {
rng@22000 {
&prng {
status = "okay";
};
};
pinctrl@1000000 {
&tlmm {
serial_pins: serial_pinmux {
mux {
pins = "gpio60", "gpio61";
......@@ -63,13 +63,13 @@ pinconf_cs {
output-high;
};
};
};
};
blsp_dma: dma-controller@7884000 {
&blsp_dma {
status = "okay";
};
};
spi@78b5000 {
&blsp1_spi1 {
pinctrl-0 = <&spi_0_pins>;
pinctrl-names = "default";
status = "okay";
......@@ -82,32 +82,30 @@ mx25l25635e@0 {
compatible = "mx25l25635e";
spi-max-frequency = <24000000>;
};
};
};
serial@78af000 {
&blsp1_uart1 {
pinctrl-0 = <&serial_pins>;
pinctrl-names = "default";
status = "okay";
};
};
cryptobam: dma-controller@8e04000 {
&cryptobam {
status = "okay";
};
};
crypto@8e3a000 {
&crypto {
status = "okay";
};
};
watchdog@b017000 {
&watchdog {
status = "okay";
};
};
wifi@a000000 {
&wifi0 {
status = "okay";
};
};
wifi@a800000 {
&wifi1 {
status = "okay";
};
};
};
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment