arm64: dts: meson-axg-s400: enable PCIe M.2 Key E slots
authorNeil Armstrong <narmstrong@baylibre.com>
Fri, 20 Nov 2020 15:32:29 +0000 (16:32 +0100)
committerKevin Hilman <khilman@baylibre.com>
Mon, 30 Nov 2020 23:54:25 +0000 (15:54 -0800)
Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
Signed-off-by: Kevin Hilman <khilman@baylibre.com>
Link: https://lore.kernel.org/r/20201120153229.3920123-5-narmstrong@baylibre.com
arch/arm64/boot/dts/amlogic/meson-axg-s400.dts

index 7740f97..359589d 100644 (file)
        status = "okay";
 };
 
+&pcieA {
+       reset-gpios = <&gpio GPIOX_19 GPIO_ACTIVE_LOW>;
+       status = "okay";
+};
+
+&pcieB {
+       reset-gpios = <&gpio GPIOZ_10 (GPIO_ACTIVE_LOW | GPIO_OPEN_DRAIN)>;
+       status = "okay";
+};
+
 &pwm_ab {
        status = "okay";
        pinctrl-0 = <&pwm_a_x20_pins>;