Commit 7178f340 authored by Christian Hewitt's avatar Christian Hewitt Committed by Neil Armstrong
Browse files

arm64: dts: meson-sm1-odroid-hc4: add spifc node to ODROID-HC4



Add a node for the XT25F128B SPI-NOR flash to make it accessible
from Linux.

Signed-off-by: default avatarChristian Hewitt <christianshewitt@gmail.com>
Signed-off-by: default avatarNeil Armstrong <narmstrong@baylibre.com>
Acked-by: default avatarMartin Blumenstingl <martin.blumenstingl@googlemail.com>
Link: https://lore.kernel.org/r/20210607065435.577334-7-narmstrong@baylibre.com
parent 164147f0
Loading
Loading
Loading
Loading
+14 −0
Original line number Diff line number Diff line
@@ -116,6 +116,20 @@ &sd_emmc_c {
	status = "disabled";
};

&spifc {
	status = "okay";
	pinctrl-0 = <&nor_pins>;
	pinctrl-names = "default";

	spi-flash@0 {
		#address-cells = <1>;
		#size-cells = <1>;
		compatible = "jedec,spi-nor";
		reg = <0>;
		spi-max-frequency = <104000000>;
	};
};

&usb {
	phys = <&usb2_phy1>;
	phy-names = "usb2-phy1";