]> Git Repo - u-boot.git/blobdiff - arch/arm/dts/zynq-cc108.dts
Merge tag 'xilinx-for-v2025.01-rc1-v2' of https://source.denx.de/u-boot/custodians...
[u-boot.git] / arch / arm / dts / zynq-cc108.dts
index 5f8a0d255529247bdbfb861501d8943c50a9fb1e..ec39aad1c0c19055629ef483923a18d8188ffd1b 100644 (file)
@@ -12,8 +12,8 @@
 /include/ "zynq-7000.dtsi"
 
 / {
+       model = "Xilinx CC108 board";
        compatible = "xlnx,zynq-cc108", "xlnx,zynq-7000";
-       model = "Xilinx Zynq";
 
        aliases {
                ethernet0 = &gem0;
 
        ethernet_phy: ethernet-phy@1 {
                reg = <1>;
-               device_type = "ethernet-phy";
        };
 };
 
 &qspi {
        status = "okay";
-       is-dual = <0>;
        num-cs = <1>;
        flash@0 { /* 16 MB */
-               compatible = "n25q128a11";
+               compatible = "n25q128a11", "jedec,spi-nor";
                reg = <0x0>;
                spi-max-frequency = <50000000>;
                spi-tx-bus-width = <1>;
@@ -99,7 +97,7 @@
 };
 
 &uart0 {
-       u-boot,dm-pre-reloc;
+       bootph-all;
        status = "okay";
 };
 
This page took 0.032691 seconds and 4 git commands to generate.