[U-Boot] [PATCH] ARM: zynq: Add missing pl353-smc node
Michal Simek
monstr at monstr.eu
Thu Oct 24 11:18:16 UTC 2019
po 14. 10. 2019 v 11:30 odesÃlatel Michal Simek
<michal.simek at xilinx.com> napsal:
>
> DT binding was reviewed in Linux by commit b0b41af12a1b
> ("dt-bindings: memory: Add pl353 smc controller devicetree binding
> information") that's why this fragment can be also added to U-Boot
> repository.
>
> Signed-off-by: Michal Simek <michal.simek at xilinx.com>
> ---
>
> arch/arm/dts/zynq-7000.dtsi | 27 +++++++++++++++++++++++++++
> 1 file changed, 27 insertions(+)
>
> diff --git a/arch/arm/dts/zynq-7000.dtsi b/arch/arm/dts/zynq-7000.dtsi
> index e1b0816a3459..07dfa0d1074f 100644
> --- a/arch/arm/dts/zynq-7000.dtsi
> +++ b/arch/arm/dts/zynq-7000.dtsi
> @@ -213,6 +213,33 @@
> #size-cells = <0>;
> };
>
> + smcc: memory-controller at e000e000 {
> + #address-cells = <1>;
> + #size-cells = <1>;
> + status = "disabled";
> + clock-names = "memclk", "apb_pclk";
> + clocks = <&clkc 11>, <&clkc 44>;
> + compatible = "arm,pl353-smc-r2p1", "arm,primecell";
> + interrupt-parent = <&intc>;
> + interrupts = <0 18 4>;
> + ranges ;
> + reg = <0xe000e000 0x1000>;
> + nand0: flash at e1000000 {
> + status = "disabled";
> + compatible = "arm,pl353-nand-r2p1";
> + reg = <0xe1000000 0x1000000>;
> + #address-cells = <1>;
> + #size-cells = <1>;
> + };
> + nor0: flash at e2000000 {
> + status = "disabled";
> + compatible = "cfi-flash";
> + reg = <0xe2000000 0x2000000>;
> + #address-cells = <1>;
> + #size-cells = <1>;
> + };
> + };
> +
> gem0: ethernet at e000b000 {
> compatible = "cdns,zynq-gem", "cdns,gem";
> reg = <0xe000b000 0x1000>;
> --
> 2.17.1
>
Applied.
M
--
Michal Simek, Ing. (M.Eng), OpenPGP -> KeyID: FE3D1F91
w: www.monstr.eu p: +42-0-721842854
Maintainer of Linux kernel - Xilinx Microblaze
Maintainer of Linux kernel - Xilinx Zynq ARM and ZynqMP ARM64 SoCs
U-Boot custodian - Xilinx Microblaze/Zynq/ZynqMP/Versal SoCs
More information about the U-Boot
mailing list