mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-14 17:07:38 +00:00
8c103c33fb
Now that Linux has accepted these tags, move the device tree files in U-Boot over to use them. Signed-off-by: Simon Glass <sjg@chromium.org>
91 lines
873 B
Text
91 lines
873 B
Text
// SPDX-License-Identifier: GPL-2.0+ OR X11
|
|
|
|
/ {
|
|
chosen {
|
|
bootph-all;
|
|
};
|
|
|
|
clocks {
|
|
bootph-all;
|
|
|
|
altera_arria10_hps_eosc1 {
|
|
bootph-all;
|
|
};
|
|
|
|
altera_arria10_hps_cb_intosc_ls {
|
|
bootph-all;
|
|
};
|
|
|
|
altera_arria10_hps_f2h_free {
|
|
bootph-all;
|
|
};
|
|
};
|
|
|
|
clock_manager@0xffd04000 {
|
|
bootph-all;
|
|
|
|
mainpll {
|
|
bootph-all;
|
|
};
|
|
|
|
perpll {
|
|
bootph-all;
|
|
};
|
|
|
|
alteragrp {
|
|
bootph-all;
|
|
};
|
|
};
|
|
|
|
pinmux@0xffd07000 {
|
|
bootph-all;
|
|
|
|
shared {
|
|
bootph-all;
|
|
};
|
|
|
|
dedicated {
|
|
bootph-all;
|
|
};
|
|
|
|
dedicated_cfg {
|
|
bootph-all;
|
|
};
|
|
|
|
fpga {
|
|
bootph-all;
|
|
};
|
|
};
|
|
|
|
noc@0xffd10000 {
|
|
bootph-all;
|
|
|
|
firewall {
|
|
bootph-all;
|
|
};
|
|
};
|
|
|
|
fpgabridge@0 {
|
|
bootph-all;
|
|
};
|
|
|
|
fpgabridge@1 {
|
|
bootph-all;
|
|
};
|
|
|
|
fpgabridge@2 {
|
|
bootph-all;
|
|
};
|
|
|
|
fpgabridge@3 {
|
|
bootph-all;
|
|
};
|
|
|
|
fpgabridge@4 {
|
|
bootph-all;
|
|
};
|
|
|
|
fpgabridge@5 {
|
|
bootph-all;
|
|
};
|
|
};
|