blob: 0892161a005b4fe3b2e9335c11b3291097c19e79 [file] [log] [blame]
// Copyright 2020 The Fuchsia Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
library fuchsia.infineon.platform;
extend uint fuchsia.BIND_PLATFORM_DEV_VID {
INFINEON = 0x18,
};
extend uint fuchsia.BIND_PLATFORM_DEV_PID {
BGT60TR13C = 0x01,
};
extend uint fuchsia.BIND_PLATFORM_DEV_DID {
RADAR_SENSOR = 0x26,
};