mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-15 01:17:39 +00:00
98125086d6
Sync rk3066/rk3188 DT files from Linux. This is the state as of linux-next v6.2-rc4. New nfc node for MK808 rk3066a. CRU nodes now have a clock property. To prefend dtoc errors a fixed clock must also be included for tpl/spl in the rk3xxx-u-boot.dtsi file. Signed-off-by: Johan Jonker <jbx6244@gmail.com> Reviewed-by: Simon Glass <sjg@chromium.org> Reviewed-by: Kever Yang <kever.yang@rock-chips.com>
39 lines
674 B
Text
39 lines
674 B
Text
// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
|
|
|
|
/ {
|
|
noc: syscon@10128000 {
|
|
compatible = "rockchip,rk3188-noc", "syscon";
|
|
reg = <0x10128000 0x2000>;
|
|
bootph-all;
|
|
};
|
|
|
|
dmc: dmc@20020000 {
|
|
/* unreviewed u-boot-specific binding */
|
|
compatible = "rockchip,rk3188-dmc", "syscon";
|
|
reg = <0x20020000 0x3fc
|
|
0x20040000 0x294>;
|
|
clocks = <&cru PCLK_DDRUPCTL>, <&cru PCLK_PUBL>;
|
|
clock-names = "pclk_ddrupctl", "pclk_publ";
|
|
rockchip,cru = <&cru>;
|
|
rockchip,grf = <&grf>;
|
|
rockchip,pmu = <&pmu>;
|
|
rockchip,noc = <&noc>;
|
|
bootph-all;
|
|
};
|
|
};
|
|
|
|
&grf {
|
|
bootph-all;
|
|
};
|
|
|
|
&pmu {
|
|
bootph-all;
|
|
};
|
|
|
|
&uart2 {
|
|
clock-frequency = <24000000>;
|
|
};
|
|
|
|
&xin24m {
|
|
bootph-all;
|
|
};
|