Skip to content

Commit

Permalink
ARM64: dts: meson-gxbb: Add SPIFC node
Browse files Browse the repository at this point in the history
Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
Signed-off-by: Jerome Brunet <jbrunet@baylibre.com>
Signed-off-by: Kevin Hilman <khilman@baylibre.com>
  • Loading branch information
Neil Armstrong authored and Kevin Hilman committed Sep 14, 2016
1 parent 2d7ed3d commit e9c9b65
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions arch/arm64/boot/dts/amlogic/meson-gxbb.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,15 @@
reg = <0x0 0x098d0 0x0 0x10>;
clocks = <&xtal>;
};

spifc: spi@8c80 {
compatible = "amlogic,meson-gxbb-spifc";
reg = <0x0 0x08c80 0x0 0x80>;
#address-cells = <1>;
#size-cells = <0>;
clocks = <&clkc CLKID_SPI>;
status = "disabled";
};
};

gic: interrupt-controller@c4301000 {
Expand Down

0 comments on commit e9c9b65

Please sign in to comment.