blob: b03cfc22e1b17e780cc836c1d0b16547eb527db2 [file] [log] [blame]
/*
* Copyright (c) 2025 ITE Corporation. All Rights Reserved.
*
* SPDX-License-Identifier: Apache-2.0
*/
/ {
cpus {
cpu0: cpu@0 {
compatible = "ite,riscv-ite", "riscv";
riscv,isa = "rv32imb_zifencei";
device_type = "cpu";
reg = <0>;
clock-frequency = <32768>;
cpu-power-states = <&standby>;
};
};
};