[RFC PATCHv3 2/2] ARM: socfpga: Add DTS bindings for Altera's SOCFPGA

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Wed Jul 18 03:16:17 EDT 2012


Le Tue, 17 Jul 2012 18:50:56 -0600,
<dinguyen at altera.com> a écrit :

> +	soc {
> +		amba {
> +			compatible = "arm,amba-bus";
> +			#address-cells = <1>;
> +			#size-cells = <1>;
> +			ranges;
> +
> +			pdma: pdma at ffe01000 {
> +				compatible = "arm,pl330", "arm,primecell";
> +				reg = <0xffe01000 0x1000>;
> +				interrupts = <0 180 4>;
> +			};
> +		};
> +
> +		apb_periphs {
> +			compatible = "simple-bus";
> +			#address-cells = <1>;
> +			#size-cells = <1>;
> +			ranges;
> +
> +			gmac0: stmmac at ff700000 {
> +				compatible = "st,spear600-gmac";
> +				reg = <0xff700000 0x2000>;
> +				interrupts = <0 115 4>;
> +				interrupt-names = "macirq";
> +				mac-address = [00 00 00 00 00 00];/* Filled in by U-Boot */
> +				phy-mode = "gmii";
> +			};
> +		};

Are the pdma and gmac0 really specific to the cyclone board? Aren't
they similar to the uarts and timers in that they are part of the SoC
itself?

Best regards,

Thomas
-- 
Thomas Petazzoni, Free Electrons
Kernel, drivers, real-time and embedded Linux
development, consulting, training and support.
http://free-electrons.com



More information about the linux-arm-kernel mailing list